Skip to content

Commit f2f0017

Browse files
committed
Bump to Fedora 43
The image sizes don't vary significantly. Signed-off-by: Stephen Kitt <skitt@redhat.com>
1 parent cd3ef10 commit f2f0017

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package/Dockerfile.submariner-gateway

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_BRANCH=devel
2-
ARG FEDORA_VERSION=42
2+
ARG FEDORA_VERSION=43
33
ARG SOURCE=/go/src/github.com/submariner-io/submariner
44

55
FROM --platform=${BUILDPLATFORM} quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH} AS builder
@@ -25,7 +25,7 @@ COPY package/dnf_install /
2525
RUN /dnf_install -a ${TARGETPLATFORM} -v ${FEDORA_VERSION} -r /output/gateway \
2626
glibc bash glibc-minimal-langpack coreutils-single \
2727
libcurl-minimal iproute libreswan kmod \
28-
openssl nss-tools
28+
openssl procps-ng nss-tools util-linux-core
2929

3030
FROM scratch
3131
ARG SOURCE

package/Dockerfile.submariner-globalnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_BRANCH=devel
2-
ARG FEDORA_VERSION=42
2+
ARG FEDORA_VERSION=43
33
ARG SOURCE=/go/src/github.com/submariner-io/submariner
44

55
FROM --platform=${BUILDPLATFORM} quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH} AS builder

package/Dockerfile.submariner-route-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_BRANCH=devel
2-
ARG FEDORA_VERSION=42
2+
ARG FEDORA_VERSION=43
33
ARG SOURCE=/go/src/github.com/submariner-io/submariner
44

55
FROM --platform=${BUILDPLATFORM} quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH} AS builder

0 commit comments

Comments
 (0)