Skip to content

Commit b5d0ac6

Browse files
committed
Switch to libreswan-minimal in the gateway
This reduces the image size (211MiB instead of 234MiB) and drops all the systemd dependencies. Signed-off-by: Stephen Kitt <[email protected]>
1 parent 49587b3 commit b5d0ac6

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 nss-tools
2828

2929
FROM scratch
3030
ARG SOURCE

0 commit comments

Comments
 (0)