Add dev containers, musl build
This commit is contained in:
parent
23cd51fc95
commit
d9341e7686
6 changed files with 86 additions and 36 deletions
|
|
@ -1,10 +1,12 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -eu
|
||||
distro="$1"
|
||||
suffix=$(printf '%s' "$1" | sed 's/.*\.//')
|
||||
name="en-$suffix"
|
||||
tag="en:$suffix"
|
||||
|
||||
podman run \
|
||||
--replace \
|
||||
--name "en-$distro" \
|
||||
--name "$name" \
|
||||
--publish 3008:80 \
|
||||
"en-$distro"
|
||||
"$tag"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue