From 2e49a4f3a35e7a25fd88600faa8de6836b9f5f4c Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 28 Sep 2024 20:09:34 +0200 Subject: [PATCH] feat: move to gitea container --- enter.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enter.sh b/enter.sh index 927e68d..cf79c15 100755 --- a/enter.sh +++ b/enter.sh @@ -1,6 +1,7 @@ #!/bin/sh name="${1:-dev}" podman container rm -f -t 1 "$name" +podman pull git.plabble.org/job79/dev:latest podman run -it \ --name "$name" \ -v /run/user/1000/wayland-0:/run/user/1000/wayland-0 \ @@ -12,4 +13,4 @@ podman run -it \ -v "$name"-local:/home/user/.local \ --security-opt label=disable \ --userns=keep-id \ - dev + git.plabble.org/job79/dev:latest