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 2192ee6 commit 6bf4d79Copy full SHA for 6bf4d79
packer/linux/conf/bin/bk-configure-docker.sh
@@ -35,17 +35,16 @@ cat /usr/local/lib/bk-configure-docker.sh
35
# shellcheck disable=SC1091
36
source /usr/local/lib/bk-configure-docker.sh
37
38
-docker image ls
39
-
40
echo Installing qemu binfmt for multiarch...
41
if ! docker run \
42
--privileged \
43
--userns=host \
44
- --rm \
45
--pull=never \
+ --rm \
46
"tonistiigi/binfmt@${QEMU_BINFMT_DIGEST}" \
47
--install all; then
48
- echo Failed to install binfmt
+ echo Failed to install binfmt.
+ echo Avaliable docker images:
49
docker image ls
50
exit 1
51
fi
0 commit comments