Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile: switch default registry-image-resource version to 1.10.0 pre-release #6

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG REGISTRY_IMAGE_RESOURCE=concourse/registry-image-resource:1.9.0
# default is a pre-1.10.0 `dev` image as of 20240628, needed for inclusion
# of https://github.com/concourse/registry-image-resource/pull/354
ARG REGISTRY_IMAGE_RESOURCE=concourse/registry-image-resource@sha256:a17a4ec2bb60e1933bd51d7c07b552bc2851dea2e3c042db38134c92f5a98ed6
ARG GIT_RESOURCE=concourse/git-resource:1.16.0
FROM $REGISTRY_IMAGE_RESOURCE as registry-image-resource
FROM $GIT_RESOURCE as base-resource
Expand Down