We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5992b commit 5674caeCopy full SHA for 5674cae
Dockerfile
@@ -38,7 +38,8 @@ FROM scratch AS vendor-update
38
COPY --from=vendored /out /
39
40
FROM vendored AS vendor-validate
41
-RUN --mount=type=bind,target=.,rw <<EOT
+RUN --mount=target=/context \
42
+ --mount=target=.,type=tmpfs <<EOT
43
set -e
44
rsync -a /context/. .
45
git add -A
0 commit comments