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
31
31
WORKDIR /
32
32
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
33
33
COPY --from=builder /devworkspace-operator/_output/bin/webhook-server /usr/local/bin/webhook-server
34
+ COPY --from=builder /devworkspace-operator/internal-registry internal-registry
34
35
35
36
ENV USER_UID=1001 \
36
37
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
35
35
WORKDIR /
36
36
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
37
37
COPY --from=builder /devworkspace-operator/_output/bin/webhook-server /usr/local/bin/webhook-server
38
+ COPY --from=builder /devworkspace-operator/internal-registry internal-registry
38
39
39
40
USER nonroot:nonroot
40
41
You can’t perform that action at this time.
0 commit comments