We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fd24c commit 39e9e71Copy full SHA for 39e9e71
src/shadowbox/docker/build.action.sh
@@ -35,9 +35,6 @@ readonly NODE_IMAGE=$(
35
fi
36
)
37
38
-# Doing an explicit `docker pull` of the container base image to work around an issue where
39
-# Travis fails to pull the base image when using BuildKit. Seems to be related to:
40
-# https://github.com/moby/buildkit/issues/606 and https://github.com/moby/buildkit/issues/1397
41
podman build --force-rm \
42
--os "linux" \
43
--arch "${ARCH}" \
0 commit comments