en/tests/containers/run.sh
jutty d9341e7686
Some checks are pending
/ verify (push) Waiting to run
/ publish (push) Waiting to run
Add dev containers, musl build
2026-03-07 17:52:08 -03:00

12 lines
192 B
Bash
Executable file

#!/usr/bin/env sh
set -eu
suffix=$(printf '%s' "$1" | sed 's/.*\.//')
name="en-$suffix"
tag="en:$suffix"
podman run \
--replace \
--name "$name" \
--publish 3008:80 \
"$tag"