Update harbor to version 2.6.1.

This commit is contained in:
2022-10-17 05:00:50 +02:00
parent f49c3b9d2f
commit 2b183658c4

View File

@@ -1,7 +1,7 @@
version: '2.3'
services:
log:
image: goharbor/harbor-log:v2.5.1
image: goharbor/harbor-log:v2.6.1
container_name: harbor-log
restart: always
cap_drop:
@@ -24,7 +24,7 @@ services:
networks:
- harbor
registry:
image: goharbor/registry-photon:v2.5.1
image: goharbor/registry-photon:v2.6.1
container_name: registry
restart: always
cap_drop:
@@ -52,7 +52,7 @@ services:
syslog-address: "tcp://localhost:1514"
tag: "registry"
registryctl:
image: goharbor/harbor-registryctl:v2.5.1
image: goharbor/harbor-registryctl:v2.6.1
container_name: registryctl
env_file:
- ./common/config/registryctl/env
@@ -82,7 +82,7 @@ services:
syslog-address: "tcp://localhost:1514"
tag: "registryctl"
postgresql:
image: goharbor/harbor-db:v2.5.1
image: goharbor/harbor-db:v2.6.1
container_name: harbor-db
restart: always
cap_drop:
@@ -107,7 +107,7 @@ services:
tag: "postgresql"
shm_size: '1gb'
core:
image: goharbor/harbor-core:v2.5.1
image: goharbor/harbor-core:v2.6.1
container_name: core
env_file:
- ./common/config/core/env
@@ -139,14 +139,14 @@ services:
- log
- registry
- redis
- postgresql
- harbor-db
logging:
driver: "syslog"
options:
syslog-address: "tcp://localhost:1514"
tag: "core"
portal:
image: goharbor/harbor-portal:v2.5.1
image: goharbor/harbor-portal:v2.6.1
container_name: portal
restart: always
cap_drop:
@@ -171,7 +171,7 @@ services:
tag: "portal"
jobservice:
image: goharbor/harbor-jobservice:v2.5.1
image: goharbor/harbor-jobservice:v2.6.1
container_name: jobservice
env_file:
- ./common/config/jobservice/env
@@ -200,7 +200,7 @@ services:
syslog-address: "tcp://localhost:1514"
tag: "jobservice"
redis:
image: goharbor/redis-photon:v2.5.1
image: goharbor/redis-photon:v2.6.1
container_name: redis
restart: always
cap_drop:
@@ -221,7 +221,7 @@ services:
syslog-address: "tcp://localhost:1514"
tag: "redis"
proxy:
image: goharbor/nginx-photon:v2.5.1
image: goharbor/nginx-photon:v2.6.1
container_name: nginx
restart: always
cap_drop:
@@ -265,7 +265,7 @@ services:
trivy-adapter:
container_name: trivy-adapter
image: goharbor/trivy-adapter-photon:v2.5.1
image: goharbor/trivy-adapter-photon:v2.6.1
restart: always
cap_drop:
- ALL