mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 07:46:19 +00:00
Optimize build parameters
This commit is contained in:
parent
a7ad922ad3
commit
65312a688b
218 changed files with 182 additions and 258 deletions
11
base/up
Executable file
11
base/up
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue