This commit is contained in:
maurice
2026-03-14 20:23:44 +01:00
parent a549d67c7e
commit 7f342a7529
3 changed files with 7 additions and 2 deletions

5
build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cd containers/base
podman build -t git.plabble.org/maurice/base:main .
cd ../rider
podman build -t git.plabble.org/maurice/rider:main .

View File

@@ -1,5 +1,5 @@
FROM git.plabble.org/maurice/base:main
ARG rider_version="2025.3.2"
ARG rider_version="2025.3.3"
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
USER root

View File

@@ -16,7 +16,7 @@ default_args() {
arg "--hostname $name"
# Pull newer container image if available.
arg "--pull=newer"
# arg "--pull=newer"
# Use keep-id so the container user matches the host user.
arg "--userns=keep-id"