Skip to content

Commit

Permalink
Merge pull request #125 from konflux-ci/konflux/mintmaker/main/regist…
Browse files Browse the repository at this point in the history
…ry.access.redhat.com-ubi9-micro

chore(deps): update registry.access.redhat.com/ubi9-micro docker digest to 31f00ba
  • Loading branch information
yftacherzog authored Nov 19, 2024
2 parents 7acf79f + cb3aa04 commit 440d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o /o

# Use distroless as minimal base image to package the manager binary
# Refer to https://catalog.redhat.com/software/containers/ubi9-micro/61832b36dd607bfc82e66399 for more details
FROM registry.access.redhat.com/ubi9-micro@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc
FROM registry.access.redhat.com/ubi9-micro@sha256:31f00ba1d79523e182624c96e05b2f5ca66ea35d64959d84acdc8b670429415f
WORKDIR /
COPY --from=builder /opt/app-root/manager .
COPY LICENSE /licenses/
Expand Down

0 comments on commit 440d93d

Please sign in to comment.