From 43aa34ddadb9f798163c0c0b6a7a4272dc5b118d Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 30 Nov 2023 10:55:49 -0700 Subject: [PATCH] use my own domain --- README.md | 2 ++ audacity/Dockerfile | 6 +++--- boringproxy/Dockerfile | 2 +- boringproxy/boringproxy-docker.sh | 2 +- capa/Dockerfile | 2 +- capa/capa-docker.sh | 2 +- ctfd/Dockerfile | 2 +- ctfd/docker-compose.yml | 8 ++++---- fetch/Dockerfile | 2 +- fetch/fetch-docker.sh | 2 +- filepond/Dockerfile | 2 +- filepond/docker-compose.yml | 2 +- firefox/Dockerfile | 4 ++-- firefox/firefox-docker.sh | 2 +- forgejo/Dockerfile | 2 +- forgejo/docker-compose.yml | 2 +- gimp/Dockerfile | 2 +- gimp/gimp-docker.sh | 2 +- gitea/Dockerfile | 2 +- gitea/docker-compose.yml | 2 +- libreoffice-browser/docker-compose.yml | 2 +- lossless-cut/Dockerfile | 4 ++-- mariadb/Dockerfile | 2 +- mastodon-linuxserver-io/Dockerfile | 2 +- mastodon-linuxserver-io/docker-compose.yml | 2 +- mastodon-linuxserver-io/env_setup.sh | 2 +- mattermost/docker-compose.yml | 4 ++-- mattermost/docker/mattermost.Dockerfile | 2 +- mimic3/docker-compose.yml | 4 ++-- net-clients/Dockerfile | 2 +- nextcloud/docker-compose.yml | 2 +- nextcloud/docker/Dockerfile | 2 +- nginx-securimage/docker-compose.yml | 2 +- nginx-securimage/docker/nginx.Dockerfile | 2 +- opensearch/docker-compose.yml | 8 ++++---- postgres/Dockerfile | 2 +- roop/docker-compose.yml | 2 +- roop/roop-docker.sh | 2 +- serverless-registry-proxy/docker-compose.yml | 2 +- signal/Dockerfile | 2 +- smtp4dev/docker-compose.yml | 6 +++--- stunnel/Dockerfile | 2 +- tunneler/Dockerfile | 2 +- tunneler/docker-compose.yml | 2 +- unifi/docker-compose.yml | 2 +- wireproxy/Dockerfile | 2 +- wireproxy/docker-compose.yml | 2 +- xfce/Dockerfile | 4 ++-- yt-dlp/Dockerfile | 2 +- yt-dlp/yt-dlp-docker.sh | 2 +- 50 files changed, 66 insertions(+), 64 deletions(-) diff --git a/README.md b/README.md index a8d8ca6..998a304 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ ![redis-build-push-ghcr](https://github.com/mmguero/docker/workflows/redis-build-push-ghcr/badge.svg) +![serverless-registry-proxy-build-push-ghcr](https://github.com/mmguero/docker/workflows/serverless-registry-proxy-build-push-ghcr.svg) + ![signal-build-push-ghcr](https://github.com/mmguero/docker/workflows/signal-build-push-ghcr/badge.svg) ![stunnel-build-push-ghcr](https://github.com/mmguero/docker/workflows/stunnel-build-push-ghcr/badge.svg) diff --git a/audacity/Dockerfile b/audacity/Dockerfile index 8e49de8..b4a8074 100644 --- a/audacity/Dockerfile +++ b/audacity/Dockerfile @@ -1,12 +1,12 @@ -FROM debian:bookworm-slim +FmaROM debian:bookworm-slim -# x11docker --alsa $(find /dev/snd/ -type c | sed 's/^/--share /') ghcr.io/mmguero/audacity +# x11docker --alsa $(find /dev/snd/ -type c | sed 's/^/--share /') oci.guero.top/audacity LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/audacity' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/audacity' +LABEL org.opencontainers.image.title='oci.guero.top/audacity' LABEL org.opencontainers.image.description='Dockerized Audacity (X11)' ENV DEBIAN_FRONTEND noninteractive diff --git a/boringproxy/Dockerfile b/boringproxy/Dockerfile index 85f5aee..2ce4519 100644 --- a/boringproxy/Dockerfile +++ b/boringproxy/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/boringproxy' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/boringproxy' +LABEL org.opencontainers.image.title='oci.guero.top/boringproxy' LABEL org.opencontainers.image.description='Dockerized boringproxy' ARG DEFAULT_UID=1000 diff --git a/boringproxy/boringproxy-docker.sh b/boringproxy/boringproxy-docker.sh index f19248b..849b333 100755 --- a/boringproxy/boringproxy-docker.sh +++ b/boringproxy/boringproxy-docker.sh @@ -7,7 +7,7 @@ if ! command -v "$REALPATH" >/dev/null 2>&1; then fi ENGINE="${CONTAINER_ENGINE:-docker}" -IMAGE="ghcr.io/mmguero/boringproxy:latest" +IMAGE="oci.guero.top/boringproxy:latest" TRUSTED_CA="" CERTS_DIR="" DB_DIR="$(pwd)" diff --git a/capa/Dockerfile b/capa/Dockerfile index 66dd57a..610d2c7 100644 --- a/capa/Dockerfile +++ b/capa/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/capa' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/capa' +LABEL org.opencontainers.image.title='oci.guero.top/capa' LABEL org.opencontainers.image.description='Dockerized capa' ARG DEFAULT_UID=1000 diff --git a/capa/capa-docker.sh b/capa/capa-docker.sh index b3c93a1..14418cd 100755 --- a/capa/capa-docker.sh +++ b/capa/capa-docker.sh @@ -2,7 +2,7 @@ ENCODING="utf-8" -IMAGE="${CAPA_IMAGE:-ghcr.io/mmguero/capa:latest}" +IMAGE="${CAPA_IMAGE:-oci.guero.top/capa:latest}" ENGINE="${CONTAINER_ENGINE:-docker}" IN_FILE="$1" diff --git a/ctfd/Dockerfile b/ctfd/Dockerfile index f24a202..41d5c58 100644 --- a/ctfd/Dockerfile +++ b/ctfd/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/ctfd' +LABEL org.opencontainers.image.title='oci.guero.top/ctfd' LABEL org.opencontainers.image.description='Dockerized CTFd' ARG DEFAULT_UID=1001 diff --git a/ctfd/docker-compose.yml b/ctfd/docker-compose.yml index 540d2a6..ed16b81 100644 --- a/ctfd/docker-compose.yml +++ b/ctfd/docker-compose.yml @@ -34,7 +34,7 @@ x-auth-variables: &auth-variables services: nginx-ldap: - image: ghcr.io/mmguero/nginx-ldap:latest + image: oci.guero.top/nginx-ldap:latest container_name: nginx-ldap hostname: nginx-ldap restart: unless-stopped @@ -63,7 +63,7 @@ services: start_period: 120s ctfd: - image: ghcr.io/mmguero/ctfd:latest + image: oci.guero.top/ctfd:latest container_name: ctfd hostname: ctfd restart: unless-stopped @@ -87,7 +87,7 @@ services: - default db: - image: ghcr.io/mmguero/mariadb:latest + image: oci.guero.top/mariadb:latest container_name: db hostname: db restart: unless-stopped @@ -104,7 +104,7 @@ services: command: [mysqld, --user=mysql, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --wait_timeout=28800, --log-warnings=0] cache: - image: ghcr.io/mmguero/redis:latest + image: oci.guero.top/redis:latest container_name: cache hostname: cache restart: unless-stopped diff --git a/fetch/Dockerfile b/fetch/Dockerfile index dc18c21..f15afad 100644 --- a/fetch/Dockerfile +++ b/fetch/Dockerfile @@ -10,7 +10,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/fetch' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/fetch' +LABEL org.opencontainers.image.title='oci.guero.top/fetch' LABEL org.opencontainers.image.description='Dockerized fetch' diff --git a/fetch/fetch-docker.sh b/fetch/fetch-docker.sh index b454e68..0f95bda 100755 --- a/fetch/fetch-docker.sh +++ b/fetch/fetch-docker.sh @@ -19,6 +19,6 @@ $ENGINE run -i -t --rm \ "${UID_ARGS[@]}" \ -v "$TEMP_DIR:/tmp/$TEMP_DIR_BASENAME:rw" \ -w "/tmp/$TEMP_DIR_BASENAME" \ - ghcr.io/mmguero/fetch "$@" "/tmp/$TEMP_DIR_BASENAME" + oci.guero.top/fetch "$@" "/tmp/$TEMP_DIR_BASENAME" mv "$TEMP_DIR"/* ./ >/dev/null 2>&1 || true diff --git a/filepond/Dockerfile b/filepond/Dockerfile index 3294545..fc99c76 100644 --- a/filepond/Dockerfile +++ b/filepond/Dockerfile @@ -20,7 +20,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/filepond' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/filepond-nginx' +LABEL org.opencontainers.image.title='oci.guero.top/filepond-nginx' LABEL org.opencontainers.image.description='FilePond with NGINX and PHP' ARG DEFAULT_UID=33 diff --git a/filepond/docker-compose.yml b/filepond/docker-compose.yml index 894aa46..25d943c 100644 --- a/filepond/docker-compose.yml +++ b/filepond/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . dockerfile: Dockerfile - image: ghcr.io/mmguero/filepond-nginx:latest + image: oci.guero.top/filepond-nginx:latest restart: "no" stdin_open: false tty: true diff --git a/firefox/Dockerfile b/firefox/Dockerfile index 2a93721..183f9ca 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/firefox' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/firefox' +LABEL org.opencontainers.image.title='oci.guero.top/firefox' LABEL org.opencontainers.image.description='Dockerized Firefox (X11)' # function firefoxd() { @@ -52,7 +52,7 @@ LABEL org.opencontainers.image.description='Dockerized Firefox (X11)' # $GPU_DEVICES \ # --group-add $(getent group audio | cut -d: -f3) \ # --name firefox \ -# ghcr.io/mmguero/firefox "$@" +# oci.guero.top/firefox "$@" # } ENV DEBIAN_FRONTEND noninteractive diff --git a/firefox/firefox-docker.sh b/firefox/firefox-docker.sh index 974989e..f9cbd47 100755 --- a/firefox/firefox-docker.sh +++ b/firefox/firefox-docker.sh @@ -70,5 +70,5 @@ else $GPU_DEVICES \ --group-add $(getent group audio | cut -d: -f3) \ --name firefox \ - ghcr.io/mmguero/firefox "$@" + oci.guero.top/firefox "$@" fi \ No newline at end of file diff --git a/forgejo/Dockerfile b/forgejo/Dockerfile index 5e80200..3004d1e 100644 --- a/forgejo/Dockerfile +++ b/forgejo/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/forgejo' +LABEL org.opencontainers.image.title='oci.guero.top/forgejo' LABEL org.opencontainers.image.description='Dockerized Forgejo unsafely running as root' RUN sed -i '/^RUN_MODE[[:space:]]*=.*/a RUN_USER = root\nI_AM_BEING_UNSAFE_RUNNING_AS_ROOT = true' /etc/templates/app.ini diff --git a/forgejo/docker-compose.yml b/forgejo/docker-compose.yml index 9b915e5..2bfa0dc 100644 --- a/forgejo/docker-compose.yml +++ b/forgejo/docker-compose.yml @@ -15,7 +15,7 @@ services: # (may need to manually chown .ssh directory upon startup?) # # podman (rootless): - image: ghcr.io/mmguero/forgejo:root + image: oci.guero.top/forgejo:root # build: context: . diff --git a/gimp/Dockerfile b/gimp/Dockerfile index 69e16be..0939834 100644 --- a/gimp/Dockerfile +++ b/gimp/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/gimp' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/gimp' +LABEL org.opencontainers.image.title='oci.guero.top/gimp' LABEL org.opencontainers.image.description='Dockerized GIMP (X11)' ENV DEBIAN_FRONTEND noninteractive diff --git a/gimp/gimp-docker.sh b/gimp/gimp-docker.sh index 466e805..16fe91d 100755 --- a/gimp/gimp-docker.sh +++ b/gimp/gimp-docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE="${GIMP_IMAGE:-ghcr.io/mmguero/gimp:latest}" +IMAGE="${GIMP_IMAGE:-oci.guero.top/gimp:latest}" ENGINE="${CONTAINER_ENGINE:-docker}" if [[ "$ENGINE" == "podman" ]]; then CONTAINER_PUID=0 diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 49c5937..c0f5eb4 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/gitea' +LABEL org.opencontainers.image.title='oci.guero.top/gitea' LABEL org.opencontainers.image.description='Dockerized Gitea unsafely running as root' RUN sed -i '/^RUN_MODE[[:space:]]*=.*/a RUN_USER = root\nI_AM_BEING_UNSAFE_RUNNING_AS_ROOT = true' /etc/templates/app.ini diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index c1c67ab..1751218 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -14,7 +14,7 @@ services: # (may need to manually chown .ssh directory upon startup?) # # podman (rootless): - image: ghcr.io/mmguero/gitea:root + image: oci.guero.top/gitea:root # build: context: . diff --git a/libreoffice-browser/docker-compose.yml b/libreoffice-browser/docker-compose.yml index ccd4b35..01a0599 100644 --- a/libreoffice-browser/docker-compose.yml +++ b/libreoffice-browser/docker-compose.yml @@ -47,7 +47,7 @@ services: - /usr/share/fonts:/usr/share/fonts/host:z nginx-ldap: - image: ghcr.io/mmguero/nginx-ldap:latest + image: oci.guero.top/nginx-ldap:latest container_name: nginx-ldap hostname: nginx-ldap restart: unless-stopped diff --git a/lossless-cut/Dockerfile b/lossless-cut/Dockerfile index a28ab67..970b69c 100644 --- a/lossless-cut/Dockerfile +++ b/lossless-cut/Dockerfile @@ -1,13 +1,13 @@ FROM debian:bookworm-slim # https://github.com/mifi/lossless-cut -# x11docker --pulseaudio --gpu ghcr.io/mmguero/lossless-cut:latest +# x11docker --pulseaudio --gpu oci.guero.top/lossless-cut:latest LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/lossless-cut' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/lossless-cut' +LABEL org.opencontainers.image.title='oci.guero.top/lossless-cut' LABEL org.opencontainers.image.description='Dockerized LosslessCut' ENV DEBIAN_FRONTEND noninteractive diff --git a/mariadb/Dockerfile b/mariadb/Dockerfile index 31de15a..a7a5fc0 100644 --- a/mariadb/Dockerfile +++ b/mariadb/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/mariadb' +LABEL org.opencontainers.image.title='oci.guero.top/mariadb' LABEL org.opencontainers.image.description='Dockerized MariaDB' ARG DEFAULT_UID=999 diff --git a/mastodon-linuxserver-io/Dockerfile b/mastodon-linuxserver-io/Dockerfile index 33268f0..270113a 100644 --- a/mastodon-linuxserver-io/Dockerfile +++ b/mastodon-linuxserver-io/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/mastodon-linuxserver-io' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/mastodon' +LABEL org.opencontainers.image.title='oci.guero.top/mastodon' LABEL org.opencontainers.image.description='Dockerized Mastodon' RUN sed -i -n '/^[[:space:]]*listen.*[::]/!p' /defaults/nginx/site-confs/default.conf.sample && \ diff --git a/mastodon-linuxserver-io/docker-compose.yml b/mastodon-linuxserver-io/docker-compose.yml index 4ffba0c..ca624ef 100644 --- a/mastodon-linuxserver-io/docker-compose.yml +++ b/mastodon-linuxserver-io/docker-compose.yml @@ -3,7 +3,7 @@ version: "2.1" services: mastodon: - image: ghcr.io/mmguero/mastodon:latest + image: oci.guero.top/mastodon:latest build: context: . dockerfile: Dockerfile diff --git a/mastodon-linuxserver-io/env_setup.sh b/mastodon-linuxserver-io/env_setup.sh index 52dba9f..4564b78 100755 --- a/mastodon-linuxserver-io/env_setup.sh +++ b/mastodon-linuxserver-io/env_setup.sh @@ -30,7 +30,7 @@ SCRIPT_PATH="$($DIRNAME $($REALPATH -e "${BASH_SOURCE[0]}"))" pushd "$SCRIPT_PATH" >/dev/null 2>&1 # stuff for running the image to generate secrets -MASTODON_IMAGE=${MASTODON_IMAGE:-ghcr.io/mmguero/mastodon:latest} +MASTODON_IMAGE=${MASTODON_IMAGE:-oci.guero.top/mastodon:latest} CONTAINER_ENGINE="${CONTAINER_ENGINE:-docker}" if [[ "$CONTAINER_ENGINE" == "podman" ]]; then DEFAULT_UID=0 diff --git a/mattermost/docker-compose.yml b/mattermost/docker-compose.yml index 6dab08e..9d460df 100644 --- a/mattermost/docker-compose.yml +++ b/mattermost/docker-compose.yml @@ -20,7 +20,7 @@ services: build: context: . dockerfile: docker/postgres.Dockerfile - image: ghcr.io/mmguero/postgres:14-alpine + image: oci.guero.top/postgres:14-alpine environment: << : *process-variables POSTGRES_USER: ${POSTGRES_USER} @@ -40,7 +40,7 @@ services: build: context: . dockerfile: docker/mattermost.Dockerfile - image: ghcr.io/mmguero/mattermost-server:latest + image: oci.guero.top/mattermost-server:latest environment: << : *process-variables POSTGRES_USER: ${POSTGRES_USER} diff --git a/mattermost/docker/mattermost.Dockerfile b/mattermost/docker/mattermost.Dockerfile index 01b6508..b1c06b3 100644 --- a/mattermost/docker/mattermost.Dockerfile +++ b/mattermost/docker/mattermost.Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/mattermost' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/mattermost-server' +LABEL org.opencontainers.image.title='oci.guero.top/mattermost-server' LABEL org.opencontainers.image.description='Dockerized Mattermost Server' ENV DEBIAN_FRONTEND noninteractive diff --git a/mimic3/docker-compose.yml b/mimic3/docker-compose.yml index 81a743d..ec60be8 100644 --- a/mimic3/docker-compose.yml +++ b/mimic3/docker-compose.yml @@ -2,8 +2,8 @@ version: '3.7' services: mimic: - # image: ghcr.io/mmguero/mimic3:gpu - image: ghcr.io/mmguero/mimic3:latest + # image: oci.guero.top/mimic3:gpu + image: oci.guero.top/mimic3:latest ports: - "127.0.0.1:59125:59125" volumes: diff --git a/net-clients/Dockerfile b/net-clients/Dockerfile index b668948..9aef627 100644 --- a/net-clients/Dockerfile +++ b/net-clients/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/net-clients' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/net-clients' +LABEL org.opencontainers.image.title='oci.guero.top/net-clients' LABEL org.opencontainers.image.description='Dockerized Network Client Utilities' RUN apk add --no-cache \ diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 8bddc7d..4b2ee23 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -20,7 +20,7 @@ services: - proxy nextcloud: - image: ghcr.io/mmguero/nextcloud:latest + image: oci.guero.top/nextcloud:latest build: context: . dockerfile: docker/Dockerfile diff --git a/nextcloud/docker/Dockerfile b/nextcloud/docker/Dockerfile index 3a3be6d..657c45e 100644 --- a/nextcloud/docker/Dockerfile +++ b/nextcloud/docker/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/nextcloud' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/nextcloud' +LABEL org.opencontainers.image.title='oci.guero.top/nextcloud' LABEL org.opencontainers.image.description='Dockerized Nextcloud' RUN apt-get update && \ diff --git a/nginx-securimage/docker-compose.yml b/nginx-securimage/docker-compose.yml index e2691ec..021edf3 100644 --- a/nginx-securimage/docker-compose.yml +++ b/nginx-securimage/docker-compose.yml @@ -7,7 +7,7 @@ version: '3' services: web: - image: ghcr.io/mmguero/nginx-securimage:latest + image: oci.guero.top/nginx-securimage:latest container_name: nginx-securimage build: context: . diff --git a/nginx-securimage/docker/nginx.Dockerfile b/nginx-securimage/docker/nginx.Dockerfile index f25447f..d98d384 100644 --- a/nginx-securimage/docker/nginx.Dockerfile +++ b/nginx-securimage/docker/nginx.Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/nginx-securimage' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/nginx-securimage' +LABEL org.opencontainers.image.title='oci.guero.top/nginx-securimage' LABEL org.opencontainers.image.description='Dockerized NGINX with Securimage PHP Captcha' ENV WEBROOT /var/www/html diff --git a/opensearch/docker-compose.yml b/opensearch/docker-compose.yml index df91549..5cfd966 100644 --- a/opensearch/docker-compose.yml +++ b/opensearch/docker-compose.yml @@ -29,7 +29,7 @@ services: - default opensearch-node1: - image: ghcr.io/mmguero/opensearch:latest + image: oci.guero.top/opensearch:latest build: context: . dockerfile: Dockerfile @@ -87,7 +87,7 @@ services: - default opensearch-node2: - image: ghcr.io/mmguero/opensearch:latest + image: oci.guero.top/opensearch:latest build: context: . dockerfile: Dockerfile @@ -149,7 +149,7 @@ services: - default opensearch-node3: - image: ghcr.io/mmguero/opensearch:latest + image: oci.guero.top/opensearch:latest build: context: . dockerfile: Dockerfile @@ -211,7 +211,7 @@ services: - default opensearch-node4: - image: ghcr.io/mmguero/opensearch:latest + image: oci.guero.top/opensearch:latest build: context: . dockerfile: Dockerfile diff --git a/postgres/Dockerfile b/postgres/Dockerfile index c75100a..6d807d5 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/postgres' +LABEL org.opencontainers.image.title='oci.guero.top/postgres' LABEL org.opencontainers.image.description='Dockerized PostgreSQL' ARG DEFAULT_UID=1000 diff --git a/roop/docker-compose.yml b/roop/docker-compose.yml index bd2e13b..d03c7d0 100644 --- a/roop/docker-compose.yml +++ b/roop/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: roop: - image: ghcr.io/mmguero/roop:latest + image: oci.guero.top/roop:latest build: context: . dockerfile: Dockerfile diff --git a/roop/roop-docker.sh b/roop/roop-docker.sh index 6d4ae47..52594ee 100755 --- a/roop/roop-docker.sh +++ b/roop/roop-docker.sh @@ -36,7 +36,7 @@ VERBOSE_FLAG= SOURCE= TARGET= OUTPUT= -ROOP_IMAGE="${ROOP_IMAGE:-ghcr.io/mmguero/roop:latest}" +ROOP_IMAGE="${ROOP_IMAGE:-oci.guero.top/roop:latest}" CONTAINER_ENGINE="${CONTAINER_ENGINE:-docker}" RUNTIME_ARGS=() DEVICE_ARGS=() diff --git a/serverless-registry-proxy/docker-compose.yml b/serverless-registry-proxy/docker-compose.yml index 7e04e58..ed9a107 100644 --- a/serverless-registry-proxy/docker-compose.yml +++ b/serverless-registry-proxy/docker-compose.yml @@ -6,7 +6,7 @@ version: "3.9" services: serverless-registry-proxy: - image: ghcr.io/mmguero/gcr-proxy:latest + image: oci.guero.top/gcr-proxy:latest restart: unless-stopped container_name: serverless-registry-proxy ports: diff --git a/signal/Dockerfile b/signal/Dockerfile index a6095e5..d7b3483 100644 --- a/signal/Dockerfile +++ b/signal/Dockerfile @@ -13,7 +13,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/signal' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/signal' +LABEL org.opencontainers.image.title='oci.guero.top/signal' LABEL org.opencontainers.image.description='Dockerized Signal (X11)' ENV DEBIAN_FRONTEND noninteractive diff --git a/smtp4dev/docker-compose.yml b/smtp4dev/docker-compose.yml index 8c8db34..84704e4 100644 --- a/smtp4dev/docker-compose.yml +++ b/smtp4dev/docker-compose.yml @@ -16,7 +16,7 @@ services: - ServerOptions__TlsMode=None stunnel-smtp: - image: ghcr.io/mmguero/stunnel:latest + image: oci.guero.top/stunnel:latest hostname: stunnel-smtp container_name: stunnel-smtp restart: unless-stopped @@ -34,7 +34,7 @@ services: - smtp4dev stunnel-imap: - image: ghcr.io/mmguero/stunnel:latest + image: oci.guero.top/stunnel:latest hostname: stunnel-imap container_name: stunnel-imap restart: unless-stopped @@ -52,7 +52,7 @@ services: - smtp4dev stunnel-http: - image: ghcr.io/mmguero/stunnel:latest + image: oci.guero.top/stunnel:latest hostname: stunnel-http container_name: stunnel-http restart: unless-stopped diff --git a/stunnel/Dockerfile b/stunnel/Dockerfile index 857fa9f..c20a8f7 100644 --- a/stunnel/Dockerfile +++ b/stunnel/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/stunnel' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/stunnel' +LABEL org.opencontainers.image.title='oci.guero.top/stunnel' LABEL org.opencontainers.image.description='Dockerized stunnel' RUN apk --no-cache add openssl && \ diff --git a/tunneler/Dockerfile b/tunneler/Dockerfile index af9484c..7d7070b 100644 --- a/tunneler/Dockerfile +++ b/tunneler/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/tunneler' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/tunneler' +LABEL org.opencontainers.image.title='oci.guero.top/tunneler' LABEL org.opencontainers.image.description='Dockerized Tunneling Services' ENV DEBIAN_FRONTEND noninteractive diff --git a/tunneler/docker-compose.yml b/tunneler/docker-compose.yml index 26c634d..65c1994 100644 --- a/tunneler/docker-compose.yml +++ b/tunneler/docker-compose.yml @@ -10,7 +10,7 @@ services: build: context: . dockerfile: Dockerfile - image: ghcr.io/mmguero/tunneler:latest + image: oci.guero.top/tunneler:latest container_name: tunneler ulimits: memlock: diff --git a/unifi/docker-compose.yml b/unifi/docker-compose.yml index c7b0126..0b77e88 100644 --- a/unifi/docker-compose.yml +++ b/unifi/docker-compose.yml @@ -4,7 +4,7 @@ services: unifi: build: context: . - image: ghcr.io/mmguero/unifi:latest + image: oci.guero.top/unifi:latest restart: "unless-stopped" volumes: - ./config:/config:rw diff --git a/wireproxy/Dockerfile b/wireproxy/Dockerfile index 3baef40..552d41d 100644 --- a/wireproxy/Dockerfile +++ b/wireproxy/Dockerfile @@ -12,7 +12,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/wireproxy' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/wireproxy' +LABEL org.opencontainers.image.title='oci.guero.top/wireproxy' LABEL org.opencontainers.image.description='Dockerized wireproxy' ARG DEFAULT_UID=1000 diff --git a/wireproxy/docker-compose.yml b/wireproxy/docker-compose.yml index 4135990..d12d5c0 100644 --- a/wireproxy/docker-compose.yml +++ b/wireproxy/docker-compose.yml @@ -10,7 +10,7 @@ services: build: context: . dockerfile: Dockerfile - image: ghcr.io/mmguero/wireproxy:latest + image: oci.guero.top/wireproxy:latest container_name: wireproxy environment: << : *process-variables diff --git a/xfce/Dockerfile b/xfce/Dockerfile index 70bb1be..d738e7c 100644 --- a/xfce/Dockerfile +++ b/xfce/Dockerfile @@ -33,7 +33,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/xfce' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/xfce:base' +LABEL org.opencontainers.image.title='oci.guero.top/xfce:base' LABEL org.opencontainers.image.description='Dockerized XFCE with my own special blend of herbs and spices' RUN apt-get update && apt-mark hold iptables && \ @@ -109,7 +109,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/xfce' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/xfce:latest' +LABEL org.opencontainers.image.title='oci.guero.top/xfce:latest' LABEL org.opencontainers.image.description='Dockerized XFCE with my own special blend of herbs and spices' # liberally steal some package lists and config scripts from my live USB image setup one of my other repos diff --git a/yt-dlp/Dockerfile b/yt-dlp/Dockerfile index a710fca..9ea0ed4 100644 --- a/yt-dlp/Dockerfile +++ b/yt-dlp/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="mero.mero.guero@gmail.com" LABEL org.opencontainers.image.authors='mero.mero.guero@gmail.com' LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/yt-dlp' LABEL org.opencontainers.image.source='https://github.com/mmguero/docker' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/yt-dlp' +LABEL org.opencontainers.image.title='oci.guero.top/yt-dlp' LABEL org.opencontainers.image.description='Dockerized yt-dlp' ARG DEFAULT_UID=1000 diff --git a/yt-dlp/yt-dlp-docker.sh b/yt-dlp/yt-dlp-docker.sh index 021f7ca..f2433c2 100755 --- a/yt-dlp/yt-dlp-docker.sh +++ b/yt-dlp/yt-dlp-docker.sh @@ -16,4 +16,4 @@ $ENGINE run -i -t --rm \ -e PGID=$CONTAINER_PGID \ -v "$DIR:$DIR:rw" \ -w "$DIR" \ - ghcr.io/mmguero/yt-dlp "$@" + oci.guero.top/yt-dlp "$@"