From 7283c59a6bc4b926d16f909534d2815353f389af Mon Sep 17 00:00:00 2001 From: MDHMatt Date: Fri, 12 May 2023 16:51:26 +0100 Subject: [PATCH] changed repo, changed maintainer, referenced original --- .github/workflows/docker.yaml | 2 +- Dockerfile | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8818fcbf..95484f84 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -31,7 +31,7 @@ on: description: 'Ignore existing tag if "true"' required: false env: - IMAGES: boerderij/varken + IMAGES: mdhmatt/biggetje PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7" jobs: lint-and-test: diff --git a/Dockerfile b/Dockerfile index a227b48b..d29704b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,15 +6,15 @@ ENV DEBUG="True" \ BRANCH="edge" \ BUILD_DATE="1/1/1970" -LABEL maintainer="dirtycajunrice,samwiseg0" \ +LABEL maintainer="MDHMatt" \ org.opencontainers.image.created=$BUILD_DATE \ - org.opencontainers.image.url="https://github.com/Boerderij/Varken" \ - org.opencontainers.image.source="https://github.com/Boerderij/Varken" \ + org.opencontainers.image.url="https://github.com/MDHMatt/Biggetje" \ + org.opencontainers.image.source="https://github.com/MDHMatt/Biggetje" \ org.opencontainers.image.version=$VERSION \ org.opencontainers.image.revision=$VCS_REF \ - org.opencontainers.image.vendor="boerderij" \ - org.opencontainers.image.title="varken" \ - org.opencontainers.image.description="Varken is a standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana for a frontend" \ + org.opencontainers.image.vendor="MDHMatt" \ + org.opencontainers.image.title="Biggetje" \ + org.opencontainers.image.description="Biggetje (Piglet) child of Varken (Pig), is a standalone application to aggregate data from the Plex and the *arrs into InfluxDB using Grafana for a frontend" \ org.opencontainers.image.licenses="MIT" WORKDIR /app