Skip to content

Commit 39e9e71

Browse files
committed
Remove comment
1 parent e5fd24c commit 39e9e71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/shadowbox/docker/build.action.sh

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ readonly NODE_IMAGE=$(
3535
fi
3636
)
3737

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
4138
podman build --force-rm \
4239
--os "linux" \
4340
--arch "${ARCH}" \

0 commit comments

Comments
 (0)