Skip to content

Commit

Permalink
cicd: use golang major version tag for dev env
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Zmeskal <jzmeskal@redhat.com>
  • Loading branch information
Jan Zmeskal authored and ldelossa committed May 11, 2021
1 parent c1895c4 commit 8b0cdb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:

notifier:
container_name: clair-notifier
image: quay.io/projectquay/golang:1.15.2
image: quay.io/projectquay/golang:1.15
volumes:
- "./:/src/clair/"
environment:
Expand All @@ -93,7 +93,7 @@ services:
# this should only be created and deleted via the make target "local-dev-notifier-test"
notifier-test-mode:
container_name: clair-notifier
image: quay.io/projectquay/golang:1.15.2
image: quay.io/projectquay/golang:1.15
volumes:
- "./:/src/clair/"
environment:
Expand All @@ -112,7 +112,7 @@ services:

indexer:
container_name: clair-indexer
image: quay.io/projectquay/golang:1.15.2
image: quay.io/projectquay/golang:1.15
volumes:
- "./:/src/clair/"
environment:
Expand All @@ -134,7 +134,7 @@ services:
## allows layer fetching over localhost
indexer-quay:
container_name: clair-indexer
image: quay.io/projectquay/golang:1.15.2
image: quay.io/projectquay/golang:1.15
volumes:
- "./:/src/clair/"
environment:
Expand All @@ -155,7 +155,7 @@ services:

matcher:
container_name: clair-matcher
image: quay.io/projectquay/golang:1.15.2
image: quay.io/projectquay/golang:1.15
volumes:
- "./:/src/clair/"
environment:
Expand Down

0 comments on commit 8b0cdb3

Please sign in to comment.