Skip to content

Commit 5a0f9b2

Browse files
chore(deps): update all dockerfile non-major dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 1ee8968 commit 5a0f9b2

26 files changed

Lines changed: 48 additions & 48 deletions

build/forklift-api/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1780490420 AS builder
22
WORKDIR /app
33
COPY --chown=1001:0 ./ ./
44
ENV GOFLAGS="-mod=vendor -tags=strictfipsruntime"
55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV GOCACHE=/go-build/cache
77
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o forklift-api github.com/kubev2v/forklift/cmd/forklift-api
88

9-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1778461551
9+
FROM registry.access.redhat.com/ubi9-minimal:9.8-1780378819
1010
# Required to be able to get files from within the pod
1111
RUN microdnf -y install tar && microdnf clean all
1212
COPY --from=builder /app/forklift-api /usr/local/bin/forklift-api

build/forklift-api/Containerfile-downstream

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.26.3-1780490420 AS builder
22

33
USER 0
44
WORKDIR /app
@@ -8,7 +8,7 @@ ENV GOEXPERIMENT=strictfipsruntime
88
ENV GOCACHE=/go-build/cache
99
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o forklift-api github.com/kubev2v/forklift/cmd/forklift-api
1010

11-
FROM registry.redhat.io/ubi9-minimal:9.7-1778461551
11+
FROM registry.redhat.io/ubi9-minimal:9.8-1780378819
1212

1313
# Required to be able to get files from within the pod
1414
RUN microdnf -y install tar && microdnf clean all

build/forklift-controller/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1780490420 AS builder
22
WORKDIR /app
33
COPY --chown=1001:0 ./ ./
44
ENV GOFLAGS="-mod=vendor -tags=strictfipsruntime"
55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV GOCACHE=/go-build/cache
77
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o manager github.com/kubev2v/forklift/cmd/forklift-controller
88

9-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1778461551
9+
FROM registry.access.redhat.com/ubi9-minimal:9.8-1780378819
1010
# RUN microdnf -y update && microdnf -y clean all
1111
# Required to be able to get files from within the pod
1212
RUN microdnf -y install tar && microdnf clean all

build/forklift-controller/Containerfile-downstream

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.26.3-1780490420 AS builder
22

33
USER 0
44
WORKDIR /app
@@ -8,7 +8,7 @@ ENV GOEXPERIMENT=strictfipsruntime
88
ENV GOCACHE=/go-build/cache
99
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o manager github.com/kubev2v/forklift/cmd/forklift-controller
1010

11-
FROM registry.redhat.io/ubi9-minimal:9.7-1778461551
11+
FROM registry.redhat.io/ubi9-minimal:9.8-1780378819
1212

1313
# RUN microdnf -y update && microdnf -y clean all
1414
# Required to be able to get files from within the pod

build/forklift-operator-bundle/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/konflux-ci/operator-sdk-builder@sha256:2737ff035f3a6d94e189cd31e7653998525c52f4d4db994ba1874a3a74bb4912 as builder
1+
FROM quay.io/konflux-ci/operator-sdk-builder@sha256:63ba97168ab13d09198fbb9d392a4aaf8826d64d73b9d8df6766d0924db50114 as builder
22

33
ARG STREAM=downstream
44
ARG VERSION="2.7.0"

build/forklift-operator-bundle/Containerfile-downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.25.9-1778504036 AS envsubst
1+
FROM registry.redhat.io/ubi9/go-toolset:1.26.3-1780490420 AS envsubst
22

33
FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder
44

build/forklift-operator-index/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The OPM 1.53.0 has problem, once there will be new version with the fix we can bump to latest.
22
# https://github.com/operator-framework/operator-registry/pull/1664
33
# Ref: https://redhat-internal.slack.com/archives/C074JM28DTP/p1746458556603619
4-
FROM quay.io/operator-framework/opm:v1.64.0 AS opm
5-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1778461551 AS builder
4+
FROM quay.io/operator-framework/opm:v1.69.0 AS opm
5+
FROM registry.access.redhat.com/ubi9-minimal:9.8-1780378819 AS builder
66
ARG CHANNELS="development"
77
ARG DEFAULT_CHANNEL="development"
88
ARG VERSION="99.0.0"
@@ -18,7 +18,7 @@ WORKDIR /app
1818
RUN cat catalog/operator.yml | envsubst > operator.yaml
1919
RUN opm render ${OPERATOR_BUNDLE_IMAGE} ${OPM_OPTS} -o yaml >> operator.yaml
2020

21-
FROM quay.io/operator-framework/opm:v1.64.0
21+
FROM quay.io/operator-framework/opm:v1.69.0
2222

2323
COPY --from=builder /app/operator.yaml /configs/operator.yaml
2424

build/openstack-populator/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1780490420 AS builder
22
WORKDIR /app
33
COPY --chown=1001:0 ./ ./
44
ENV GOFLAGS="-mod=vendor -tags=strictfipsruntime"
55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV GOCACHE=/go-build/cache
77
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o openstack-populator github.com/kubev2v/forklift/cmd/openstack-populator
88

9-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1778461551
9+
FROM registry.access.redhat.com/ubi9-minimal:9.8-1780378819
1010
# Required to be able to get files from within the pod
1111
RUN microdnf -y install tar && microdnf clean all
1212

build/openstack-populator/Containerfile-downstream

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.26.3-1780490420 AS builder
22

33
USER 0
44
WORKDIR /app
@@ -8,7 +8,7 @@ ENV GOEXPERIMENT=strictfipsruntime
88
ENV GOCACHE=/go-build/cache
99
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o openstack-populator github.com/kubev2v/forklift/cmd/openstack-populator
1010

11-
FROM registry.redhat.io/ubi9-minimal:9.7-1778461551
11+
FROM registry.redhat.io/ubi9-minimal:9.8-1780378819
1212

1313
# Required to be able to get files from within the pod
1414
RUN microdnf -y install tar && microdnf clean all

build/ova-provider-server/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1780490420 AS builder
22
WORKDIR /app
33
COPY --chown=1001:0 ./ ./
44
ENV GOFLAGS="-mod=vendor -tags=strictfipsruntime"
55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV GOCACHE=/go-build/cache
77
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o ova-provider-server github.com/kubev2v/forklift/cmd/ova-provider-server
88

9-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1778461551
9+
FROM registry.access.redhat.com/ubi9-minimal:9.8-1780378819
1010
# Required to be able to get files from within the pod
1111
RUN microdnf -y install tar && microdnf clean all
1212

0 commit comments

Comments
 (0)