diff --git a/Dockerfile b/Dockerfile
index de149b7..ed3722a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,6 +15,7 @@ LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
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/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
diff --git a/_service b/_service
index bec8a47..1652e46 100644
--- a/_service
+++ b/_service
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/init-image.changes b/init-image.changes
index f066f3a..90591a6 100644
--- a/init-image.changes
+++ b/init-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%
+
-------------------------------------------------------------------
Thu Jan 12 07:50:18 UTC 2023 - Dirk Mueller