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