File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414#
1515
1616# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
17- FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6-1745328278 as builder
17+ FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder
1818ENV GOPATH=/go/
1919USER root
2020WORKDIR /devworkspace-operator
@@ -34,7 +34,7 @@ RUN make compile-devworkspace-controller
3434RUN make compile-webhook-server
3535
3636# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
37- FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
37+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1749489516
3838RUN microdnf -y update && \
3939 microdnf clean all && \
4040 rm -rf /var/cache/yum && \
Original file line number Diff line number Diff line change 1515
1616# Build the manager binary
1717# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
18- FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6-1745328278 as builder
18+ FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder
1919ARG TARGETARCH
2020ARG TARGETOS
2121ENV GOPATH=/go/
@@ -39,7 +39,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GO111MODULE=on go build
3939 project-clone/main.go
4040
4141# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
42- FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
42+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1749489516
4343RUN microdnf -y update && microdnf install -y time git git-lfs nc && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
4444WORKDIR /
4545COPY --from=builder /project-clone/_output/bin/project-clone /usr/local/bin/project-clone
You can’t perform that action at this time.
0 commit comments