archlinux/base/up
2024-07-23 19:56:57 -06:00

11 lines
336 B
Text
Executable file

## Docker build
# eg, ARCHPKG=openssh
# eg, BUILDTAG=base
## Fetch latest mirrorlist
curl --fail --silent https://myvelabs.com/lab/archlinux/raw/branch/master/mirrorlist -o mirrorlist
DOCKER_BUILDKIT=1 docker build ./. \
--build-arg pkg=${ARCHPKG:-""} \
--tag myvnc/${BUILDTAG:-base} \
&& rm -f Dockerfile *.sh mirrorlist