We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004455a commit b980f22Copy full SHA for b980f22
Dockerfile
@@ -23,7 +23,7 @@ COPY pkg/notifier/ pkg/notifier/
23
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
24
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
25
26
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1734497536
27
28
COPY LICENSE /licenses
29
COPY --from=builder /opt/app-root/src/manager /
0 commit comments