Skip to content

Commit 231fb2d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile.submariner-gateway

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)