From 17d13f8fb5d02c2f8d159650fb504dadf8dd8d17 Mon Sep 17 00:00:00 2001 From: Maximilian Irro Date: Mon, 30 Sep 2024 17:43:14 +0200 Subject: [PATCH] Change Open Container source annotation to the openHAB distro repository --- alpine/Dockerfile | 2 +- debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 17080f99..00994e3c 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -33,7 +33,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \ org.opencontainers.image.url="https://www.openhab.org/" \ org.opencontainers.image.documentation="https://www.openhab.org/docs/installation/docker.html" \ org.opencontainers.image.revision=$VCS_REF \ - org.opencontainers.image.source="https://github.com/openhab/openhab-docker.git" \ + org.opencontainers.image.source="https://github.com/openhab/openhab-distro.git" \ org.opencontainers.image.authors="openHAB " # https://github.com/hadolint/hadolint/wiki/DL4006 diff --git a/debian/Dockerfile b/debian/Dockerfile index b0494562..0357704c 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -33,7 +33,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \ org.opencontainers.image.url="https://www.openhab.org/" \ org.opencontainers.image.documentation="https://www.openhab.org/docs/installation/docker.html" \ org.opencontainers.image.revision=$VCS_REF \ - org.opencontainers.image.source="https://github.com/openhab/openhab-docker.git" \ + org.opencontainers.image.source="https://github.com/openhab/openhab-distro.git" \ org.opencontainers.image.authors="openHAB " # https://github.com/hadolint/hadolint/wiki/DL4006