Skip to content

Commit

Permalink
guero.top -> guero.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 19, 2024
1 parent 2fa2dd4 commit fc920f0
Show file tree
Hide file tree
Showing 49 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions audacity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM debian:bookworm-slim

# x11docker --alsa $(find /dev/snd/ -type c | sed 's/^/--share /') oci.guero.top/audacity
# x11docker --alsa $(find /dev/snd/ -type c | sed 's/^/--share /') oci.guero.org/audacity

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/audacity'
LABEL org.opencontainers.image.title='oci.guero.org/audacity'
LABEL org.opencontainers.image.description='Dockerized Audacity (X11)'

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion boringproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/boringproxy'
LABEL org.opencontainers.image.title='oci.guero.org/boringproxy'
LABEL org.opencontainers.image.description='Dockerized boringproxy'

ARG DEFAULT_UID=1000
Expand Down
2 changes: 1 addition & 1 deletion boringproxy/boringproxy-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ! command -v "$REALPATH" >/dev/null 2>&1; then
fi

ENGINE="${CONTAINER_ENGINE:-docker}"
IMAGE="oci.guero.top/boringproxy:latest"
IMAGE="oci.guero.org/boringproxy:latest"
TRUSTED_CA=""
CERTS_DIR=""
DB_DIR="$(pwd)"
Expand Down
2 changes: 1 addition & 1 deletion capa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/capa'
LABEL org.opencontainers.image.title='oci.guero.org/capa'
LABEL org.opencontainers.image.description='Dockerized capa'

ARG DEFAULT_UID=1000
Expand Down
2 changes: 1 addition & 1 deletion capa/capa-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ENCODING="utf-8"

IMAGE="${CAPA_IMAGE:-oci.guero.top/capa:latest}"
IMAGE="${CAPA_IMAGE:-oci.guero.org/capa:latest}"
ENGINE="${CONTAINER_ENGINE:-docker}"

IN_FILE="$1"
Expand Down
2 changes: 1 addition & 1 deletion ctfd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/ctfd'
LABEL org.opencontainers.image.title='oci.guero.org/ctfd'
LABEL org.opencontainers.image.description='Dockerized CTFd'

ARG DEFAULT_UID=1001
Expand Down
8 changes: 4 additions & 4 deletions ctfd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ x-auth-variables: &auth-variables

services:
nginx:
image: oci.guero.top/nginx-ldap:latest
image: oci.guero.org/nginx-ldap:latest
container_name: nginx
hostname: nginx
restart: unless-stopped
Expand All @@ -43,7 +43,7 @@ services:
start_period: 120s

ctfd:
image: oci.guero.top/ctfd:latest
image: oci.guero.org/ctfd:latest
container_name: ctfd
hostname: ctfd
restart: unless-stopped
Expand All @@ -69,7 +69,7 @@ services:
# - "127.0.0.1:8000:8000"

db:
image: oci.guero.top/mariadb:latest
image: oci.guero.org/mariadb:latest
container_name: db
hostname: db
restart: unless-stopped
Expand All @@ -86,7 +86,7 @@ services:
command: [mysqld, --user=mysql, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --wait_timeout=28800, --log-warnings=0]

cache:
image: oci.guero.top/redis:latest
image: oci.guero.org/redis:latest
container_name: cache
hostname: cache
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion fakemachine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/docker/tree/master/fakemachine'
LABEL org.opencontainers.image.source='https://github.com/mmguero/docker'
LABEL org.opencontainers.image.title='oci.guero.top/fakemachine'
LABEL org.opencontainers.image.title='oci.guero.org/fakemachine'
LABEL org.opencontainers.image.description='Dockerized fakemachine'

ARG DEFAULT_UID=1000
Expand Down
2 changes: 1 addition & 1 deletion fetch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/fetch'
LABEL org.opencontainers.image.title='oci.guero.org/fetch'
LABEL org.opencontainers.image.description='Dockerized fetch'


Expand Down
2 changes: 1 addition & 1 deletion fetch/fetch-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ $ENGINE run -i -t --rm \
"${UID_ARGS[@]}" \
-v "$TEMP_DIR:/tmp/$TEMP_DIR_BASENAME:rw" \
-w "/tmp/$TEMP_DIR_BASENAME" \
oci.guero.top/fetch "$@" "/tmp/$TEMP_DIR_BASENAME"
oci.guero.org/fetch "$@" "/tmp/$TEMP_DIR_BASENAME"

mv "$TEMP_DIR"/* ./ >/dev/null 2>&1 || true
2 changes: 1 addition & 1 deletion filepond/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/filepond-nginx'
LABEL org.opencontainers.image.title='oci.guero.org/filepond-nginx'
LABEL org.opencontainers.image.description='FilePond with NGINX and PHP'

ARG DEFAULT_UID=33
Expand Down
2 changes: 1 addition & 1 deletion filepond/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: oci.guero.top/filepond-nginx:latest
image: oci.guero.org/filepond-nginx:latest
restart: "no"
stdin_open: false
tty: true
Expand Down
4 changes: 2 additions & 2 deletions firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/firefox'
LABEL org.opencontainers.image.title='oci.guero.org/firefox'
LABEL org.opencontainers.image.description='Dockerized Firefox (X11)'

# function firefoxd() {
Expand Down Expand Up @@ -52,7 +52,7 @@ LABEL org.opencontainers.image.description='Dockerized Firefox (X11)'
# $GPU_DEVICES \
# --group-add $(getent group audio | cut -d: -f3) \
# --name firefox \
# oci.guero.top/firefox "$@"
# oci.guero.org/firefox "$@"
# }

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion firefox/firefox-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ else
$GPU_DEVICES \
--group-add $(getent group audio | cut -d: -f3) \
--name firefox \
oci.guero.top/firefox "$@"
oci.guero.org/firefox "$@"
fi
2 changes: 1 addition & 1 deletion forgejo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/forgejo'
LABEL org.opencontainers.image.title='oci.guero.org/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
2 changes: 1 addition & 1 deletion forgejo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
# (may need to manually chown .ssh directory upon startup?)
#
# podman (rootless):
image: oci.guero.top/forgejo:root
image: oci.guero.org/forgejo:root
#
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion gimp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/gimp'
LABEL org.opencontainers.image.title='oci.guero.org/gimp'
LABEL org.opencontainers.image.description='Dockerized GIMP (X11)'

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion gimp/gimp-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

IMAGE="${GIMP_IMAGE:-oci.guero.top/gimp:latest}"
IMAGE="${GIMP_IMAGE:-oci.guero.org/gimp:latest}"
ENGINE="${CONTAINER_ENGINE:-docker}"
if [[ "$ENGINE" == "podman" ]]; then
CONTAINER_PUID=0
Expand Down
2 changes: 1 addition & 1 deletion gitea/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/gitea'
LABEL org.opencontainers.image.title='oci.guero.org/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
2 changes: 1 addition & 1 deletion gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
# (may need to manually chown .ssh directory upon startup?)
#
# podman (rootless):
image: oci.guero.top/gitea:root
image: oci.guero.org/gitea:root
#
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion libreoffice-browser/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- /usr/share/fonts:/usr/share/fonts/host:z

nginx-ldap:
image: oci.guero.top/nginx-ldap:latest
image: oci.guero.org/nginx-ldap:latest
container_name: nginx-ldap
hostname: nginx-ldap
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions lossless-cut/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM debian:bookworm-slim

# https://github.com/mifi/lossless-cut
# x11docker --pulseaudio --gpu oci.guero.top/lossless-cut:latest
# x11docker --pulseaudio --gpu oci.guero.org/lossless-cut:latest

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/lossless-cut'
LABEL org.opencontainers.image.title='oci.guero.org/lossless-cut'
LABEL org.opencontainers.image.description='Dockerized LosslessCut'

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/mariadb'
LABEL org.opencontainers.image.title='oci.guero.org/mariadb'
LABEL org.opencontainers.image.description='Dockerized MariaDB'

ARG DEFAULT_UID=999
Expand Down
2 changes: 1 addition & 1 deletion mastodon-linuxserver-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/mastodon'
LABEL org.opencontainers.image.title='oci.guero.org/mastodon'
LABEL org.opencontainers.image.description='Dockerized Mastodon'

RUN sed -i -n '/^[[:space:]]*listen.*[::]/!p' /defaults/nginx/site-confs/default.conf.sample && \
Expand Down
2 changes: 1 addition & 1 deletion mastodon-linuxserver-io/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.1"
services:

mastodon:
image: oci.guero.top/mastodon:latest
image: oci.guero.org/mastodon:latest
build:
context: .
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion mastodon-linuxserver-io/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-oci.guero.top/mastodon:latest}
MASTODON_IMAGE=${MASTODON_IMAGE:-oci.guero.org/mastodon:latest}
CONTAINER_ENGINE="${CONTAINER_ENGINE:-docker}"
if [[ "$CONTAINER_ENGINE" == "podman" ]]; then
DEFAULT_UID=0
Expand Down
4 changes: 2 additions & 2 deletions mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
build:
context: .
dockerfile: docker/postgres.Dockerfile
image: oci.guero.top/postgres:14-alpine
image: oci.guero.org/postgres:14-alpine
environment:
<< : *process-variables
POSTGRES_USER: ${POSTGRES_USER}
Expand All @@ -40,7 +40,7 @@ services:
build:
context: .
dockerfile: docker/mattermost.Dockerfile
image: oci.guero.top/mattermost-server:latest
image: oci.guero.org/mattermost-server:latest
environment:
<< : *process-variables
POSTGRES_USER: ${POSTGRES_USER}
Expand Down
2 changes: 1 addition & 1 deletion mattermost/docker/mattermost.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/mattermost-server'
LABEL org.opencontainers.image.title='oci.guero.org/mattermost-server'
LABEL org.opencontainers.image.description='Dockerized Mattermost Server'

ENV DEBIAN_FRONTEND noninteractive
Expand Down
4 changes: 2 additions & 2 deletions mimic3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3.7'

services:
mimic:
# image: oci.guero.top/mimic3:gpu
image: oci.guero.top/mimic3:latest
# image: oci.guero.org/mimic3:gpu
image: oci.guero.org/mimic3:latest
ports:
- "127.0.0.1:59125:59125"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion net-clients/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/net-clients'
LABEL org.opencontainers.image.title='oci.guero.org/net-clients'
LABEL org.opencontainers.image.description='Dockerized Network Client Utilities'

RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- proxy

nextcloud:
image: oci.guero.top/nextcloud:latest
image: oci.guero.org/nextcloud:latest
build:
context: .
dockerfile: docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/nextcloud'
LABEL org.opencontainers.image.title='oci.guero.org/nextcloud'
LABEL org.opencontainers.image.description='Dockerized Nextcloud'

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion nginx-securimage/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3'

services:
web:
image: oci.guero.top/nginx-securimage:latest
image: oci.guero.org/nginx-securimage:latest
container_name: nginx-securimage
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion nginx-securimage/docker/nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
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='oci.guero.top/nginx-securimage'
LABEL org.opencontainers.image.title='oci.guero.org/nginx-securimage'
LABEL org.opencontainers.image.description='Dockerized NGINX with Securimage PHP Captcha'

ENV WEBROOT /var/www/html
Expand Down
Loading

0 comments on commit fc920f0

Please sign in to comment.