From bf1c5e9d27cb279265c8a0a3adc2cf100856cef3 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Wed, 3 Aug 2022 12:19:17 -0700 Subject: [PATCH] docs: list jammy images (#16221) --- docs/src/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/docker.md b/docs/src/docker.md index b32b3a954d..c5aa11d509 100644 --- a/docs/src/docker.md +++ b/docs/src/docker.md @@ -121,6 +121,7 @@ It is recommended to always pin your Docker image to a specific version if possi ### Base images We currently publish images based on the following [Ubuntu](https://hub.docker.com/_/ubuntu) versions: +- **Ubuntu 22.04 LTS** (Jammy Jellyfish), image tags include `jammy` (not published for Java and .NET) - **Ubuntu 20.04 LTS** (Focal Fossa), image tags include `focal` - **Ubuntu 18.04 LTS** (Bionic Beaver), image tags include `bionic` (not published for Java and .NET)