Files
Jing ChenandgVisor bot 29c24fb995 Upgrade gVisor images to use ubuntu:jammy as the base image.
ubuntu:jammy is 22.04, which is a LTS version.

This is the fourth wave.

PiperOrigin-RevId: 666915587
2024-08-23 14:08:15 -07:00

8 lines
149 B
Docker

FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
&& apt-get install -y \
fio \
&& rm -rf /var/lib/apt/lists/*