mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user