We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef017f commit 7ecb985Copy full SHA for 7ecb985
build/Dockerfile
@@ -34,7 +34,7 @@ RUN make compile-devworkspace-controller
34
RUN make compile-webhook-server
35
36
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
37
-FROM registry.access.redhat.com/ubi8-minimal:8.10-1086
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1130
38
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
39
WORKDIR /
40
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
0 commit comments