From 41385fe67b6a0a67b0d4409e5495896654678053 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 15 Feb 2025 00:05:15 +0000 Subject: [PATCH 1/4] chore: Update from ubi9/go-toolset:1.22.7-1733160835 to ubi9/go-toolset:9.5-1739267472 Signed-off-by: Nick Boldt --- project-clone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-clone/Dockerfile b/project-clone/Dockerfile index 66b4ef267..49459a35b 100644 --- a/project-clone/Dockerfile +++ b/project-clone/Dockerfile @@ -15,7 +15,7 @@ # Build the manager binary # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset -FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739267472 as builder ENV GOPATH=/go/ USER root WORKDIR /project-clone From 81953f199bd67f7356e41b4c8e0afb297c103026 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 15 Feb 2025 00:05:22 +0000 Subject: [PATCH 2/4] chore: Update from ubi9-minimal:9.5-1731593028 to ubi9-minimal:9.5-1739420147 Signed-off-by: Nick Boldt --- project-clone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-clone/Dockerfile b/project-clone/Dockerfile index 49459a35b..fad07d459 100644 --- a/project-clone/Dockerfile +++ b/project-clone/Dockerfile @@ -37,7 +37,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \ project-clone/main.go # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731593028 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147 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" WORKDIR / COPY --from=builder /project-clone/_output/bin/project-clone /usr/local/bin/project-clone From 098922f77eb6a1e0f9b9188cc8e3303a503da137 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 15 Feb 2025 00:05:30 +0000 Subject: [PATCH 3/4] chore: Update from ubi9/go-toolset:1.22.7-1733160835 to ubi9/go-toolset:9.5-1739267472 Signed-off-by: Nick Boldt --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index b1d342c71..55f36a005 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -14,7 +14,7 @@ # # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset -FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739267472 as builder ENV GOPATH=/go/ USER root WORKDIR /devworkspace-operator From 659a9d22e7d32a6ed1774bbdab007794f247416c Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 15 Feb 2025 00:05:35 +0000 Subject: [PATCH 4/4] chore: Update from ubi9-minimal:9.5-1731593028 to ubi9-minimal:9.5-1739420147 Signed-off-by: Nick Boldt --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 55f36a005..0f814e3a2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -34,7 +34,7 @@ RUN make compile-devworkspace-controller RUN make compile-webhook-server # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731593028 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147 RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages" WORKDIR / COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller