Skip to content

Commit fdc3d95

Browse files
root: Add Dockerfile label org.opencontainers.image.source (cherry-pick #17756 to version-2025.10) (#17757)
root: Add Dockerfile label org.opencontainers.image.source (#17756) Add label source in dockerfiles Co-authored-by: Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com>
1 parent de7a61c commit fdc3d95

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ ARG GIT_BUILD_HASH
139139
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
140140

141141
LABEL org.opencontainers.image.authors="Authentik Security Inc." \
142+
org.opencontainers.image.source="https://github.com/goauthentik/authentik" \
142143
org.opencontainers.image.description="goauthentik.io Main server image, see https://goauthentik.io for more info." \
143144
org.opencontainers.image.documentation="https://docs.goauthentik.io" \
144145
org.opencontainers.image.licenses="https://github.com/goauthentik/authentik/blob/main/LICENSE" \

ldap.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ARG GIT_BUILD_HASH
3838
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
3939

4040
LABEL org.opencontainers.image.authors="Authentik Security Inc." \
41+
org.opencontainers.image.source="https://github.com/goauthentik/authentik" \
4142
org.opencontainers.image.description="goauthentik.io LDAP outpost, see https://goauthentik.io for more info." \
4243
org.opencontainers.image.documentation="https://docs.goauthentik.io" \
4344
org.opencontainers.image.licenses="https://github.com/goauthentik/authentik/blob/main/LICENSE" \

proxy.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ARG GIT_BUILD_HASH
5454
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
5555

5656
LABEL org.opencontainers.image.authors="Authentik Security Inc." \
57+
org.opencontainers.image.source="https://github.com/goauthentik/authentik" \
5758
org.opencontainers.image.description="goauthentik.io Proxy outpost image, see https://goauthentik.io for more info." \
5859
org.opencontainers.image.documentation="https://docs.goauthentik.io" \
5960
org.opencontainers.image.licenses="https://github.com/goauthentik/authentik/blob/main/LICENSE" \

rac.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ARG GIT_BUILD_HASH
3838
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
3939

4040
LABEL org.opencontainers.image.authors="Authentik Security Inc." \
41+
org.opencontainers.image.source="https://github.com/goauthentik/authentik" \
4142
org.opencontainers.image.description="goauthentik.io RAC outpost, see https://goauthentik.io for more info." \
4243
org.opencontainers.image.documentation="https://docs.goauthentik.io" \
4344
org.opencontainers.image.licenses="https://github.com/goauthentik/authentik/blob/main/LICENSE" \

radius.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ARG GIT_BUILD_HASH
3838
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
3939

4040
LABEL org.opencontainers.image.authors="Authentik Security Inc." \
41+
org.opencontainers.image.source="https://github.com/goauthentik/authentik" \
4142
org.opencontainers.image.description="goauthentik.io Radius outpost, see https://goauthentik.io for more info." \
4243
org.opencontainers.image.documentation="https://docs.goauthentik.io" \
4344
org.opencontainers.image.licenses="https://github.com/goauthentik/authentik/blob/main/LICENSE" \

0 commit comments

Comments
 (0)