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

Dockerfile: fix vendor validation

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-22 21:47:18 +01:00
parent ac5992b5f4
commit 5674caebaf
+2 -1
View File
@@ -38,7 +38,8 @@ FROM scratch AS vendor-update
COPY --from=vendored /out / COPY --from=vendored /out /
FROM vendored AS vendor-validate FROM vendored AS vendor-validate
RUN --mount=type=bind,target=.,rw <<EOT RUN --mount=target=/context \
--mount=target=.,type=tmpfs <<EOT
set -e set -e
rsync -a /context/. . rsync -a /context/. .
git add -A git add -A