1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #253 from crazy-max/fix-dockerfile

Dockerfile: fix vendor validation
This commit is contained in:
Sebastiaan van Stijn
2023-01-30 12:02:01 +01:00
committed by GitHub
+2 -1
View File
@@ -38,7 +38,8 @@ FROM scratch AS vendor-update
COPY --from=vendored /out /
FROM vendored AS vendor-validate
RUN --mount=type=bind,target=.,rw <<EOT
RUN --mount=target=/context \
--mount=target=.,type=tmpfs <<EOT
set -e
rsync -a /context/. .
git add -A