We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651d927 commit 3f18b6dCopy full SHA for 3f18b6d
1 file changed
Dockerfile
@@ -15,3 +15,4 @@ RUN cd $PROJECT && make && cp srv /build
15
# RUN mkdir -p /data
16
FROM gcr.io/distroless/static as final
17
COPY --from=go-builder /build/srv /data
18
+LABEL org.opencontainers.image.description FOXDEN DataManagement service
0 commit comments