Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into rhoai-2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Dec 19, 2024
2 parents 59f4564 + 62dde9b commit f090124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY config/osd-configs/ /opt/manifests/osd-configs/
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

################################################################################
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:599016a2df42946faf9f3743caa92ee9c96e0d9d4babff301ea7f445356edb31
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:344b1c54f8c7e34680b7ebbad333f3d95ce6f746b1ff33d986738b0ee059861e
WORKDIR /
COPY --from=builder /workspace/manager .
COPY --chown=1001:0 --from=builder /opt/manifests /opt/manifests
Expand Down

0 comments on commit f090124

Please sign in to comment.