Upgrade gVisor images to use ubuntu:jammy as the base image.

ubuntu:jammy is 22.04, which is a LTS version.

This is the third wave.

PiperOrigin-RevId: 666528422
This commit is contained in:
Jing Chen
2024-08-22 16:15:02 -07:00
committed by gVisor bot
parent 9bc24a33e9
commit 16b019b78b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/rakyll/hey
RUN go mod download
RUN CGO_ENABLED=0 go build -o /hey hey.go
FROM ubuntu:18.04
FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
&& apt-get install -y \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:jammy
RUN set -x \
&& apt-get update \