From 3ad6990de4f5ff0c82b1a7d112da2b88a324249e Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 30 Nov 2023 11:01:13 -0700 Subject: [PATCH] use my own domain --- README.md | 2 +- docker/Dockerfile | 2 +- docker/build_docker.sh | 2 +- docker/cleanvid-docker.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b836f1..98d7eb4 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ options: ### Docker -Alternately, a [Dockerfile](./docker/Dockerfile) is provided to allow you to run cleanvid in Docker. You can build the `ghcr.io/mmguero/cleanvid:latest` Docker image with [`build_docker.sh`](./docker/build_docker.sh), then run [`cleanvid-docker.sh`](./docker/cleanvid-docker.sh) inside the directory where your video/subtitle files are located. +Alternately, a [Dockerfile](./docker/Dockerfile) is provided to allow you to run cleanvid in Docker. You can build the `oci.guero.top/cleanvid:latest` Docker image with [`build_docker.sh`](./docker/build_docker.sh), then run [`cleanvid-docker.sh`](./docker/cleanvid-docker.sh) inside the directory where your video/subtitle files are located. ## Contributing diff --git a/docker/Dockerfile b/docker/Dockerfile index 295b10a..bd924f5 100644 --- a/docker/Dockerfile +++ b/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/cleanvid' LABEL org.opencontainers.image.source='https://github.com/mmguero/cleanvid' -LABEL org.opencontainers.image.title='ghcr.io/mmguero/cleanvid' +LABEL org.opencontainers.image.title='oci.guero.top/cleanvid' LABEL org.opencontainers.image.description='Containerized cleanvid' ENV PYTHONUNBUFFERED 1 diff --git a/docker/build_docker.sh b/docker/build_docker.sh index 4ffe681..b1947bb 100755 --- a/docker/build_docker.sh +++ b/docker/build_docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE="${CLEANVID_IMAGE:-ghcr.io/mmguero/cleanvid:latest}" +IMAGE="${CLEANVID_IMAGE:-oci.guero.top/cleanvid:latest}" ENGINE="${CONTAINER_ENGINE:-docker}" set -e diff --git a/docker/cleanvid-docker.sh b/docker/cleanvid-docker.sh index 300afc5..8b038e0 100755 --- a/docker/cleanvid-docker.sh +++ b/docker/cleanvid-docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE="${CLEANVID_IMAGE:-ghcr.io/mmguero/cleanvid:latest}" +IMAGE="${CLEANVID_IMAGE:-oci.guero.top/cleanvid:latest}" ENGINE="${CONTAINER_ENGINE:-docker}" # run from directory containing video/srt files