Skip to content

Commit

Permalink
Merge pull request #43 from konflux-ci/konflux/mintmaker/main/registr…
Browse files Browse the repository at this point in the history
…y.access.redhat.com-ubi9-ubi-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227.1725849298
  • Loading branch information
yftacherzog authored Sep 11, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
westonruter Weston Ruter
2 parents 7c5b05e + cebac59 commit 11823f4
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
@@ -23,7 +23,7 @@ COPY pkg/notifier/ pkg/notifier/
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298

COPY LICENSE /licenses
COPY --from=builder /opt/app-root/src/manager /

0 comments on commit 11823f4

Please sign in to comment.