From 7f342a7529acb7186f105f8c570135222c71ee03 Mon Sep 17 00:00:00 2001 From: maurice Date: Sat, 14 Mar 2026 20:23:44 +0100 Subject: [PATCH] WIP --- build.sh | 5 +++++ containers/rider/Containerfile | 2 +- devc.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..e1f4c26 --- /dev/null +++ b/build.sh @@ -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 . \ No newline at end of file diff --git a/containers/rider/Containerfile b/containers/rider/Containerfile index ed6a24c..0a431ee 100644 --- a/containers/rider/Containerfile +++ b/containers/rider/Containerfile @@ -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 diff --git a/devc.sh b/devc.sh index 98ae201..c9d15bf 100755 --- a/devc.sh +++ b/devc.sh @@ -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"