Skip to content

Commit 3515cfb

Browse files
chore: Update from ubi9/go-toolset:1.22.7-1733160835 to ubi9/go-toolset:9.5-1739267472 (#1385)
* chore: Update from ubi9/go-toolset:1.22.7-1733160835 to ubi9/go-toolset:9.5-1739267472 Signed-off-by: Nick Boldt <[email protected]> * chore: Update from ubi9-minimal:9.5-1731593028 to ubi9-minimal:9.5-1739420147 Signed-off-by: Nick Boldt <[email protected]> * chore: Update from ubi9/go-toolset:1.22.7-1733160835 to ubi9/go-toolset:9.5-1739267472 Signed-off-by: Nick Boldt <[email protected]> * chore: Update from ubi9-minimal:9.5-1731593028 to ubi9-minimal:9.5-1739420147 Signed-off-by: Nick Boldt <[email protected]> --------- Signed-off-by: Nick Boldt <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
1 parent 0b1c602 commit 3515cfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.22.7-1733160835 as builder
17+
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739267472 as builder
1818
ENV GOPATH=/go/
1919
USER root
2020
WORKDIR /devworkspace-operator
@@ -34,7 +34,7 @@ RUN make compile-devworkspace-controller
3434
RUN 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-1731593028
37+
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
3838
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
3939
WORKDIR /
4040
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller

project-clone/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.22.7-1733160835 as builder
18+
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739267472 as builder
1919
ENV GOPATH=/go/
2020
USER root
2121
WORKDIR /project-clone
@@ -37,7 +37,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \
3737
project-clone/main.go
3838

3939
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
40-
FROM registry.access.redhat.com/ubi9-minimal:9.5-1731593028
40+
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
4141
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"
4242
WORKDIR /
4343
COPY --from=builder /project-clone/_output/bin/project-clone /usr/local/bin/project-clone

0 commit comments

Comments
 (0)