From e507dc0262d39de4614b12ace8ee5e6c97fe131c Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 10 Jan 2025 08:24:36 -0300 Subject: [PATCH] [Nightly] New tag? No plain tag? --- base_os_nightly/Dockerfile | 2 +- base_os_nightly_full/run_shell_same_user.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base_os_nightly/Dockerfile b/base_os_nightly/Dockerfile index b1f3568..4a87530 100644 --- a/base_os_nightly/Dockerfile +++ b/base_os_nightly/Dockerfile @@ -1,4 +1,4 @@ -FROM kicad/kicad:nightly +FROM kicad/kicad:nightly-202501 LABEL Maintainer="Salvador E. Tropea " LABEL Description="Debian with basic tools for KiBot" LABEL org.opencontainers.image.description="Debian with basic tools for KiBot" diff --git a/base_os_nightly_full/run_shell_same_user.sh b/base_os_nightly_full/run_shell_same_user.sh index 7aad641..77f6274 100755 --- a/base_os_nightly_full/run_shell_same_user.sh +++ b/base_os_nightly_full/run_shell_same_user.sh @@ -10,4 +10,4 @@ docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY \ --volume="/etc/passwd:/etc/passwd:ro" \ --volume="/etc/shadow:/etc/shadow:ro" \ --volume="/home/$USER:/home/$USER:rw" \ - ghcr.io/inti-cmnb/base_os_nightly:latest_nightly /bin/bash + ghcr.io/inti-cmnb/base_os_full:latest_nightly /bin/bash