Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package/Dockerfile.submariner-gateway
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_BRANCH=devel
ARG FEDORA_VERSION=42
ARG FEDORA_VERSION=43
ARG SOURCE=/go/src/github.com/submariner-io/submariner

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

FROM scratch
ARG SOURCE
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=devel
ARG FEDORA_VERSION=42
ARG FEDORA_VERSION=43
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=devel
ARG FEDORA_VERSION=42
ARG FEDORA_VERSION=43
ARG SOURCE=/go/src/github.com/submariner-io/submariner

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