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 ed6bf12 commit 199419aCopy full SHA for 199419a
Dockerfile
@@ -25,6 +25,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on \
25
-o manager main.go
26
27
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
28
+LABEL org.opencontainers.image.title="Samba operator"
29
+LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
30
+LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-operator"
31
32
WORKDIR /
33
COPY --from=builder /workspace/manager .
0 commit comments