Skip to content

Commit d0c2b08

Browse files
committed
Switch to libreswan-minimal in the gateway
This reduces the image size (219MiB instead of 238MiB) and drops all the systemd dependencies. Signed-off-by: Stephen Kitt <skitt@redhat.com>
1 parent fa47a74 commit d0c2b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -24,7 +24,7 @@ COPY package/dnf_install /
2424
# kmod is required so that libreswan can load modules
2525
RUN /dnf_install -a ${TARGETPLATFORM} -v ${FEDORA_VERSION} -r /output/gateway \
2626
glibc bash glibc-minimal-langpack coreutils-single \
27-
libcurl-minimal iproute libreswan kmod \
27+
libcurl-minimal iproute libreswan-minimal kmod \
2828
openssl nss-tools
2929

3030
FROM scratch

0 commit comments

Comments
 (0)