From 15439af360b7c96ef285e34887e78ece24066b31 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Sat, 6 Jun 2026 11:34:33 -0400 Subject: [PATCH] Resetting 'from' directives --- Containerfile-asrock-x570 | 2 +- Containerfile-lenovo-16arh7h | 2 +- Containerfile-supermicro-x10drh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile-asrock-x570 b/Containerfile-asrock-x570 index 5e823ba..279959e 100644 --- a/Containerfile-asrock-x570 +++ b/Containerfile-asrock-x570 @@ -1,4 +1,4 @@ -FROM ghcr.io/benradey/workstation-nvidia-base:latest +FROM git.radey.org/ben/workstation-nvidia-base:latest RUN dnf5 install -y \ inotify-tools && \ diff --git a/Containerfile-lenovo-16arh7h b/Containerfile-lenovo-16arh7h index e2fe497..6c531bf 100644 --- a/Containerfile-lenovo-16arh7h +++ b/Containerfile-lenovo-16arh7h @@ -1,4 +1,4 @@ -FROM ghcr.io/benradey/workstation-nvidia-base:latest +FROM git.radey.org/ben/workstation-nvidia-base:latest # Build nvidia akmod with no special arguments - defaults to open kernel driver for newer hardware RUN mkdir -p /var/log/akmods /var/cache/akmods/nvidia /var/tmp && \ diff --git a/Containerfile-supermicro-x10drh b/Containerfile-supermicro-x10drh index 429d66d..15346f4 100644 --- a/Containerfile-supermicro-x10drh +++ b/Containerfile-supermicro-x10drh @@ -1,5 +1,5 @@ # ====== Stage 1: Builder image ====== -FROM fedora:latest AS builder +FROM registry.fedoraproject.org/fedora:latest AS builder RUN dnf5 update -y && dnf install -y git golang