From 29c5d4f6768a3eabefd963cd3bc3e81ebfffd056 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Thu, 3 Jul 2025 22:43:20 -0700 Subject: feat: update the docker registry --- justfile | 2 +- src/cgit/Dockerfile | 2 +- src/cluster/Dockerfile | 2 +- src/git-snapshot/Dockerfile | 2 +- src/gitolite/Dockerfile | 2 +- src/pelican/Dockerfile | 2 +- src/rclone/Dockerfile | 4 ++-- src/unbound-adblock/Dockerfile | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/justfile b/justfile index c125691..07f34a3 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ # Variables -registry_url := "public.ecr.aws/s0f9o2k5" +registry_url := "public.ecr.aws/x2w2w0z4" containers := "src/*/" targets := `find src -type f -name "targets" -exec dirname {} \; | sed 's/src\///'` diff --git a/src/cgit/Dockerfile b/src/cgit/Dockerfile index cbcf679..9f9ec8a 100644 --- a/src/cgit/Dockerfile +++ b/src/cgit/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} SHELL ["/bin/bash", "-c"] RUN install_deb cgit uwsgi nginx-light python3-minimal python3-pygments python3-markdown \ && mkdir -p /run/uwsgi \ diff --git a/src/cluster/Dockerfile b/src/cluster/Dockerfile index 002f00c..d8627cf 100644 --- a/src/cluster/Dockerfile +++ b/src/cluster/Dockerfile @@ -7,7 +7,7 @@ RUN git clone https://git.ofmax.li/go-echo \ && cd go-echo \ && go build -o /go-echo -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -y \ && apt-get upgrade -y \ diff --git a/src/git-snapshot/Dockerfile b/src/git-snapshot/Dockerfile index a474d90..a79452d 100644 --- a/src/git-snapshot/Dockerfile +++ b/src/git-snapshot/Dockerfile @@ -1,6 +1,6 @@ ARG GIT_SNAPSHOT=0.0.2 ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} ARG GIT_SNAPSHOT SHELL ["/bin/bash", "-c"] RUN install_deb python3-minimal python3-pip python3-setuptools python3-wheel git \ diff --git a/src/gitolite/Dockerfile b/src/gitolite/Dockerfile index d2104e5..b200699 100644 --- a/src/gitolite/Dockerfile +++ b/src/gitolite/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} SHELL ["/bin/bash", "-c"] RUN install_deb gitolite3 diff --git a/src/pelican/Dockerfile b/src/pelican/Dockerfile index f4649a5..913c825 100644 --- a/src/pelican/Dockerfile +++ b/src/pelican/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} RUN apt-get update -y \ && apt-get install -y python3-pip libsass-dev ruby-sass libtiff5-dev \ libjpeg-dev libopenjp2-7-dev zlib1g-dev \ diff --git a/src/rclone/Dockerfile b/src/rclone/Dockerfile index c703759..4be6126 100644 --- a/src/rclone/Dockerfile +++ b/src/rclone/Dockerfile @@ -1,10 +1,10 @@ ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} AS build +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} AS build SHELL ["/bin/bash", "-c"] RUN install_deb curl ca-certificates unzip \ && curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip \ && unzip rclone-current-linux-amd64.zip \ && cp rclone-*-linux-amd64/rclone /usr/local/bin/rclone ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} COPY --from=build /usr/local/bin/rclone /usr/local/bin/rclone diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile index 7d3b69b..196a37c 100644 --- a/src/unbound-adblock/Dockerfile +++ b/src/unbound-adblock/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} COPY bin/entrypoint.sh /usr/bin/entrypoint.sh COPY etc/unbound.base.conf /etc/unbound/unbound.conf.d/unbound.base.conf -- cgit v1.2.3