File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ FROM registry.access.redhat.com/ubi8-minimal:8.2-349
3131WORKDIR /
3232COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
3333COPY --from=builder /devworkspace-operator/_output/bin/webhook-server /usr/local/bin/webhook-server
34+ COPY --from=builder /devworkspace-operator/internal-registry internal-registry
3435
3536ENV USER_UID=1001 \
3637 USER_NAME=devworkspace-controller
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ FROM registry.access.redhat.com/ubi8-minimal:8.2-349
3535WORKDIR /
3636COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
3737COPY --from=builder /devworkspace-operator/_output/bin/webhook-server /usr/local/bin/webhook-server
38+ COPY --from=builder /devworkspace-operator/internal-registry internal-registry
3839
3940USER nonroot:nonroot
4041
You can’t perform that action at this time.
0 commit comments