mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 01:46:19 +00:00
Redo plasma to use novnc from alpine
This commit is contained in:
parent
4f106beafc
commit
d3411e2fe9
6 changed files with 89 additions and 18 deletions
15
plasma/build
Executable file
15
plasma/build
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/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/plasma}
|
||||
rm mirrorlist
|
||||
Loading…
Add table
Add a link
Reference in a new issue