diff --git a/Dockerfile b/Dockerfile index 5bc9229..a89a5b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ LABEL org.opencontainers.image.version="%%grafana_version%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" +LABEL org.opencontainers.image.source="%SOURCEURL%" LABEL org.opensuse.reference="registry.opensuse.org/opensuse/grafana:%%grafana_version%%-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" diff --git a/_service b/_service index dde6a32..3e43ea4 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - + Dockerfile %%grafana_version%% diff --git a/grafana-image.changes b/grafana-image.changes index aac3fa3..38dcf2e 100644 --- a/grafana-image.changes +++ b/grafana-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák + +- Add org.opencontainers.image.source label set to %SOURCEURL% + ------------------------------------------------------------------- Wed Dec 21 14:05:35 UTC 2022 - Dirk Müller