diff options
Diffstat (limited to 'run')
-rw-r--r-- | run/config.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/run/config.sh b/run/config.sh index bc1d6c5..d2b01dd 100644 --- a/run/config.sh +++ b/run/config.sh @@ -6,7 +6,9 @@ web_port="${port}80" image="$1" -tag="latest" +#tag="latest" +tag="22.04" + [ -n "$image" ] || image="localhost/tomo-remote:$tag" # tomo-remote:latest tomo-remote:devel tomo-remote:evelina (also ccpi, ufo, tomo) options="--cap-add SYS_ADMIN --cap-add=SYS_PTRACE --hooks-dir /usr/share/containers/oci/hooks.d" |