Skip to content

Commit 2687806

Browse files
milantracygvisor-bot
authored andcommitted
Upgrade gVisor images to use ubuntu:jammy as the base image.
ubuntu:jammy is 22.04, which is a LTS version. This is the first wave. PiperOrigin-RevId: 666412528
1 parent 7b9bc38 commit 2687806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/certs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generates the a CA cert, a server key, and a server cert signed by the CA.
22
# reference:
33
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts/gencerts.sh
4-
FROM ubuntu:18.04
4+
FROM ubuntu:jammy
55
WORKDIR /certs
66
ADD server.conf /conf/server.conf
77
# Install openssl.

0 commit comments

Comments
 (0)