We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf0e5a commit 27e699cCopy full SHA for 27e699c
build/Dockerfile
@@ -30,7 +30,7 @@ RUN make compile-devworkspace-controller
30
RUN make compile-webhook-server
31
32
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
33
-FROM registry.access.redhat.com/ubi8-minimal:8.4-200.1622548483
+FROM registry.access.redhat.com/ubi8-minimal:8.4-205.1626828526
34
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
35
WORKDIR /
36
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
0 commit comments