mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 07:46:19 +00:00
Move all NoVNC instances to alpine image
This commit is contained in:
parent
d086ed3138
commit
7f0d398fbb
274 changed files with 349 additions and 50367 deletions
15
base/build
15
base/build
|
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional buildtag, addpkg
|
||||
# addpkg=openssh \
|
||||
set -e
|
||||
|
||||
## Fetch latest mirrorlist
|
||||
curl --fail --silent https://git.myvelabs.com/lab/archlinux/raw/branch/master/mirrorlist -o mirrorlist
|
||||
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build . \
|
||||
--build-arg addpkg=${addpkg:-""} \
|
||||
--build-arg debug=${debug:-""} \
|
||||
--tag ${buildtag:-myvnc/arch/base}
|
||||
rm mirrorlist
|
||||
Loading…
Add table
Add a link
Reference in a new issue