Fix docker init, actually bump to v2.3 this time
This commit is contained in:
parent
091ffff822
commit
cd3e3eaaa7
|
|
@ -3,9 +3,9 @@
|
|||
# might be needed on a fresh docker setup:
|
||||
# install qemu and qemu-user-static packages
|
||||
# sudo docker context rm default
|
||||
# docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
# sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
# ls -l /proc/sys/fs/binfmt_misc/ # should contain qemu-<arch> files
|
||||
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
if [[ "$1" == "--init" || ! $(docker buildx inspect breezykwinbuilder &>/dev/null; echo $?) -eq 0 ]]; then
|
||||
# start fresh
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 09c6627d2a60985a4f8dde86be70d0e797d62f45
|
||||
Subproject commit 48273140edeb74982bb07628eba602fabf61f6bb
|
||||
|
|
@ -3,9 +3,9 @@
|
|||
# might be needed on a fresh docker setup:
|
||||
# install qemu and qemu-user-static packages
|
||||
# sudo docker context rm default
|
||||
# docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
# sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
# ls -l /proc/sys/fs/binfmt_misc/ # should contain qemu-<arch> files
|
||||
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
if [[ "$1" == "--init" || ! $(docker buildx inspect breezyuibuilder &>/dev/null; echo $?) -eq 0 ]]; then
|
||||
# start fresh
|
||||
|
|
|
|||
Loading…
Reference in New Issue