Skip to content

Commit

Permalink
Bump to Fedora 39
Browse files Browse the repository at this point in the history
Fedora 39 still supports all the packages we need (including
iptables-legacy) so this is straightforward. The images are very
slightly smaller.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and tpantelis committed Nov 14, 2023
1 parent 41e4f21 commit 8b3b38b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile.submariner-gateway
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_BRANCH
ARG FEDORA_VERSION=38
ARG FEDORA_VERSION=39
ARG SOURCE=/go/src/github.com/submariner-io/submariner

FROM --platform=${BUILDPLATFORM} quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH} AS builder
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.submariner-globalnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_BRANCH
ARG FEDORA_VERSION=38
ARG FEDORA_VERSION=39
ARG SOURCE=/go/src/github.com/submariner-io/submariner

FROM --platform=${BUILDPLATFORM} quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH} AS builder
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.submariner-route-agent
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_BRANCH
ARG FEDORA_VERSION=38
ARG FEDORA_VERSION=39
ARG SOURCE=/go/src/github.com/submariner-io/submariner

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

0 comments on commit 8b3b38b

Please sign in to comment.