Skip to content

Commit 7094694

Browse files
Add source label so docker image points to source URL.
1 parent ecaf1db commit 7094694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beta/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# Build phase
1111
FROM golang:bookworm AS builder
12+
LABEL org.opencontainers.image.source = "https://github.com/ITI/pcesapps"
1213
# Next line is just for debug
1314
RUN ldd --version
1415
WORKDIR /build

0 commit comments

Comments
 (0)