Optimize build parameters

This commit is contained in:
myve 2024-07-23 19:56:57 -06:00
commit 65312a688b
218 changed files with 182 additions and 258 deletions

11
base/up Executable file
View file

@ -0,0 +1,11 @@
## 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