1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

chore: update local development clair to 4.7.2 (#2692)

Signed-off-by: Ross Bryan <robryan@redhat.com>
This commit is contained in:
Ross Bryan 2024-02-26 09:28:39 -05:00 committed by GitHub
parent 233c128849
commit b23a228225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -61,7 +61,7 @@ services:
- "./conf:/quay-registry/conf"
- "./local-dev/stack:/quay-registry/conf/stack"
ports:
- "8080:8080"
- "8080:8080"
- "8443:8443"
environment:
QUAY_VERSION: local-dev
@ -72,13 +72,13 @@ services:
WORKER_COUNT_UNSUPPORTED_MINIMUM: "1"
WORKER_COUNT: "1"
# clair is configured to share it's network
# clair is configured to share it's network
# namespace with quay. this allows quay to serve
# layers to clair over localhost.
clair:
user: nobody
container_name: quay-clair
image: quay.io/projectquay/clair:4.4.0
image: quay.io/projectquay/clair:4.7.2
volumes:
- "./local-dev/clair:/src/clair/"
environment:
@ -90,4 +90,3 @@ services:
["bash", "-c", "cd /src/clair/cmd/clair; go run -mod vendor ."]
depends_on:
- quay

View File

@ -80,7 +80,7 @@ services:
- ".:/quay-registry"
- "./local-dev/stack:/quay-registry/conf/stack"
ports:
- "8080:8080"
- "8080:8080"
- "8443:8443"
environment:
QUAY_VERSION: local-dev
@ -91,13 +91,13 @@ services:
WORKER_COUNT_UNSUPPORTED_MINIMUM: "1"
WORKER_COUNT: "1"
# clair is configured to share it's network
# clair is configured to share it's network
# namespace with quay. this allows quay to serve
# layers to clair over localhost.
clair:
user: ${DOCKER_USER:-nobody:0}
container_name: quay-clair
image: quay.io/projectquay/clair:4.4.0
image: quay.io/projectquay/clair:4.7.2
volumes:
- "./local-dev/clair:/src/clair/"
environment:
@ -107,4 +107,3 @@ services:
cpus: 2
command:
["bash", "-c", "cd /src/clair/cmd/clair; go run -mod vendor ."]