WIP
This commit is contained in:
5
build.sh
Normal file
5
build.sh
Normal 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 .
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM git.plabble.org/maurice/base:main
|
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"
|
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|||||||
2
devc.sh
2
devc.sh
@@ -16,7 +16,7 @@ default_args() {
|
|||||||
arg "--hostname $name"
|
arg "--hostname $name"
|
||||||
|
|
||||||
# Pull newer container image if available.
|
# Pull newer container image if available.
|
||||||
arg "--pull=newer"
|
# arg "--pull=newer"
|
||||||
|
|
||||||
# Use keep-id so the container user matches the host user.
|
# Use keep-id so the container user matches the host user.
|
||||||
arg "--userns=keep-id"
|
arg "--userns=keep-id"
|
||||||
|
|||||||
Reference in New Issue
Block a user