We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49587b3 commit b5d0ac6Copy full SHA for b5d0ac6
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 nss-tools
28
29
FROM scratch
30
ARG SOURCE
0 commit comments