You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Dockerfile.fulcio-server.rh
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ RUN go mod download && \
26
26
go build -mod=readonly -o server main.go
27
27
28
28
# Multi-Stage production build
29
-
FROM registry.access.redhat.com/ubi9-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 as deploy
29
+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc as deploy
30
30
31
31
LABEL description="Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity, such as email address."
32
32
LABEL io.k8s.description="Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity, such as email address."
0 commit comments