mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:36:20 +00:00
Update base/up
This commit is contained in:
parent
1113eab5e0
commit
60f86b48bd
1 changed files with 9 additions and 7 deletions
16
base/up
16
base/up
|
|
@ -1,11 +1,13 @@
|
||||||
## Docker build
|
#!/usr/bin/env bash
|
||||||
# eg, ARCHPKG=openssh
|
# Docker build
|
||||||
# eg, BUILDTAG=base
|
# Optional buildtag, addpkg
|
||||||
|
# addpkg=openssh \
|
||||||
|
|
||||||
## Fetch latest mirrorlist
|
## Fetch latest mirrorlist
|
||||||
curl --fail --silent https://myvelabs.com/lab/archlinux/raw/branch/master/mirrorlist -o mirrorlist
|
curl --fail --silent https://myvelabs.com/lab/archlinux/raw/branch/master/mirrorlist -o mirrorlist
|
||||||
|
|
||||||
DOCKER_BUILDKIT=1 docker build ./. \
|
DOCKER_BUILDKIT=1 \
|
||||||
--build-arg pkg=${ARCHPKG:-""} \
|
docker build . \
|
||||||
--tag myvnc/${BUILDTAG:-base} \
|
--build-arg addpkg=${addpkg:-""} \
|
||||||
&& rm -f Dockerfile *.sh mirrorlist
|
--build-arg debug=${debug:-""} \
|
||||||
|
--tag ${buildtag:-myvnc/arch/base}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue