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 14
14
#
15
15
16
16
# 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
18
18
ENV GOPATH=/go/
19
19
USER root
20
20
WORKDIR /devworkspace-operator
@@ -34,7 +34,7 @@ RUN make compile-devworkspace-controller
34
34
RUN make compile-webhook-server
35
35
36
36
# 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
38
38
RUN microdnf -y update && \
39
39
microdnf clean all && \
40
40
rm -rf /var/cache/yum && \
Original file line number Diff line number Diff line change 15
15
16
16
# Build the manager binary
17
17
# 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
19
19
ARG TARGETARCH
20
20
ARG TARGETOS
21
21
ENV GOPATH=/go/
@@ -39,7 +39,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GO111MODULE=on go build
39
39
project-clone/main.go
40
40
41
41
# 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
43
43
RUN 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"
44
44
WORKDIR /
45
45
COPY --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