We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9bc38 commit 2687806Copy full SHA for 2687806
images/certs/Dockerfile
@@ -1,7 +1,7 @@
1
# Generates the a CA cert, a server key, and a server cert signed by the CA.
2
# reference:
3
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts/gencerts.sh
4
-FROM ubuntu:18.04
+FROM ubuntu:jammy
5
WORKDIR /certs
6
ADD server.conf /conf/server.conf
7
# Install openssl.
0 commit comments