Skip to content

Commit c67ce33

Browse files
committed
shell: start shell from cmd, not entrypoint
Dev stage now requires custom entrypoint for containerd tests so setting entrypoint would override that and make the tests fail. Signed-off-by: Tonis Tiigi <[email protected]>
1 parent a2d1c24 commit c67ce33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ if [ -n "$MOUNT_BUILDKIT_SOURCE" ]; then
2121
fi
2222

2323
set -x
24-
docker run $SSH $volumes -it --privileged -v /tmp --net=host --entrypoint ash -e BUILDKIT_REGISTRY_MIRROR_DIR=/root/.cache/registry --rm $(cat $iidfile)
24+
docker run $SSH $volumes -it --privileged -v /tmp --net=host -e BUILDKIT_REGISTRY_MIRROR_DIR=/root/.cache/registry --rm $(cat $iidfile) ash

0 commit comments

Comments
 (0)