You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#build file for docker. Update values as needed. Came from https://github.com/lobradov/docker-multiarch-builder.git
# this has a good process for getting the qemu images, these are stored in the qemu dir. https://lobradov.github.io/Building-docker-multiarch-images/
#Docker Registry to oush the images to (I use a local one)
REPO=""
IMAGE_NAME="paradoxip"
IMAGE_VERSION="2.0.8"
#this is the special version fo the docker cli with manifest support, or add experimental support https://docs.docker.com/edge/engine/reference/commandline/manifest/