We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa47a74 commit d0c2b08Copy full SHA for d0c2b08
package/Dockerfile.submariner-gateway
@@ -1,5 +1,5 @@
1
ARG BASE_BRANCH=devel
2
-ARG FEDORA_VERSION=42
+ARG FEDORA_VERSION=43
3
ARG SOURCE=/go/src/github.com/submariner-io/submariner
4
5
FROM --platform=${BUILDPLATFORM} quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH} AS builder
@@ -24,7 +24,7 @@ COPY package/dnf_install /
24
# kmod is required so that libreswan can load modules
25
RUN /dnf_install -a ${TARGETPLATFORM} -v ${FEDORA_VERSION} -r /output/gateway \
26
glibc bash glibc-minimal-langpack coreutils-single \
27
- libcurl-minimal iproute libreswan kmod \
+ libcurl-minimal iproute libreswan-minimal kmod \
28
openssl nss-tools
29
30
FROM scratch
0 commit comments