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
This commit is contained in:
Jing Chen
2024-08-22 10:54:17 -07:00
committed by gVisor bot
parent 7b9bc38345
commit 2687806e18
+1 -1
View File
@@ -1,7 +1,7 @@
# Generates the a CA cert, a server key, and a server cert signed by the CA.
# reference:
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts/gencerts.sh
FROM ubuntu:18.04
FROM ubuntu:jammy
WORKDIR /certs
ADD server.conf /conf/server.conf
# Install openssl.