Skip to content

Commit 38a4bd1

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 2fcc959 commit 38a4bd1

29 files changed

+55
-55
lines changed

build/forklift-api/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772728670 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1773318690 AS builder
22
USER 0
33
WORKDIR /app
44
COPY --chown=1001:0 ./ ./
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT=strictfipsruntime
77
ENV GOCACHE=/go-build/cache
88
RUN --mount=type=cache,target=${GOCACHE},uid=1001 go build -buildvcs=false -ldflags="-w -s" -o forklift-api github.com/kubev2v/forklift/cmd/forklift-api
99

10-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1771346502
10+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773204619
1111
# Required to be able to get files from within the pod
1212
RUN microdnf -y install tar && \
1313
# Update packages to address security vulnerabilities (CVE fixes)

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.3-1766449309 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.25.7-1773318690 AS builder
22
USER 0
33
WORKDIR /app
44
COPY --chown=1001:0 ./ ./
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT=strictfipsruntime
77
ENV GOCACHE=/go-build/cache
88
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
99

10-
FROM registry.redhat.io/ubi9-minimal:9.7-1771346502
10+
FROM registry.redhat.io/ubi9-minimal:9.7-1773204619
1111

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

build/forklift-cli-download/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772728670 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1773318690 AS builder
33

44
USER 0
55
WORKDIR /app
@@ -12,7 +12,7 @@ WORKDIR /app/cmd/kubectl-mtv
1212
RUN --mount=type=cache,target=${GOCACHE},uid=1001 make build-all
1313

1414
# Nginx serving stage
15-
FROM registry.access.redhat.com/ubi9/nginx-126:1-1772411898
15+
FROM registry.access.redhat.com/ubi9/nginx-126:1-1773289877
1616

1717
# Copy binaries directly from build stage
1818
COPY --from=builder /app/cmd/kubectl-mtv/bin /opt/app-root/src/

build/forklift-cli-download/Containerfile-downstream

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM registry.redhat.io/ubi9/go-toolset:1.25.3-1766449309 AS builder
2+
FROM registry.redhat.io/ubi9/go-toolset:1.25.7-1773318690 AS builder
33

44
USER 0
55
WORKDIR /app
@@ -13,7 +13,7 @@ WORKDIR /app/cmd/kubectl-mtv
1313
RUN --mount=type=cache,target=${GOCACHE},uid=1001 make build-all
1414

1515
# Nginx serving stage
16-
FROM registry.redhat.io/ubi9/nginx-126:1-1756959223
16+
FROM registry.redhat.io/ubi9/nginx-126:1-1773289877
1717

1818
# Copy binaries directly from build stage
1919
COPY --from=builder /app/cmd/kubectl-mtv/bin /opt/app-root/src/

build/forklift-controller/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772728670 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1773318690 AS builder
22
USER 0
33
WORKDIR /app
44
COPY --chown=1001:0 ./ ./
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT=strictfipsruntime
77
ENV GOCACHE=/go-build/cache
88
RUN --mount=type=cache,target=${GOCACHE},uid=1001 go build -buildvcs=false -ldflags="-w -s" -o manager github.com/kubev2v/forklift/cmd/forklift-controller
99

10-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1771346502
10+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773204619
1111
# RUN microdnf -y update && microdnf -y clean all
1212
# Required to be able to get files from within the pod
1313
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.3-1766449309 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.25.7-1773318690 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-1771346502
11+
FROM registry.redhat.io/ubi9-minimal:9.7-1773204619
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-index/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/operator-framework/operator-registry/pull/1664
33
# Ref: https://redhat-internal.slack.com/archives/C074JM28DTP/p1746458556603619
44
FROM quay.io/operator-framework/opm:v1.64.0 AS opm
5-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1771346502 AS builder
5+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773204619 AS builder
66
ARG CHANNELS="development"
77
ARG DEFAULT_CHANNEL="development"
88
ARG VERSION="99.0.0"

build/hyperv-provider-server/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772728670 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1773318690 AS builder
22
USER 0
33
WORKDIR /app
44
COPY --chown=1001:0 ./ ./
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT=strictfipsruntime
77
ENV GOCACHE=/go-build/cache
88
RUN --mount=type=cache,target=${GOCACHE},uid=1001 go build -buildvcs=false -ldflags="-w -s" -o hyperv-provider-server github.com/kubev2v/forklift/cmd/hyperv-provider-server
99

10-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1771346502
10+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773204619
1111
# Required to be able to get files from within the pod
1212
RUN microdnf -y install tar && microdnf clean all
1313

build/hyperv-provider-server/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.24.4-1752083840 AS builder
1+
FROM registry.redhat.io/ubi9/go-toolset:1.25.7-1773318690 AS builder
22
USER 0
33
WORKDIR /app
44
COPY --chown=1001:0 ./ ./
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT=strictfipsruntime
77
ENV GOCACHE=/go-build/cache
88
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o hyperv-provider-server github.com/kubev2v/forklift/cmd/hyperv-provider-server
99

10-
FROM registry.redhat.io/ubi9-minimal:9.7-1771346502
10+
FROM registry.redhat.io/ubi9-minimal:9.7-1773204619
1111

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

build/openstack-populator/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772728670 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1773318690 AS builder
22
USER 0
33
WORKDIR /app
44
COPY --chown=1001:0 ./ ./
@@ -7,7 +7,7 @@ ENV GOEXPERIMENT=strictfipsruntime
77
ENV GOCACHE=/go-build/cache
88
RUN --mount=type=cache,target=${GOCACHE},uid=1001 go build -buildvcs=false -ldflags="-w -s" -o openstack-populator github.com/kubev2v/forklift/cmd/openstack-populator
99

10-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1771346502
10+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773204619
1111
# Required to be able to get files from within the pod
1212
RUN microdnf -y install tar && microdnf clean all
1313

0 commit comments

Comments
 (0)