...
1"""
2Name: Ubuntu Jammy Jellyfish (22.04.4 LTS)
3Description: A Debian-based Linux distribution used as an image base
4Release Cadence: New LTS ubuntu version released every 2 years.
5
6Upgrade Strategy: Upgrade to the latest LTS ubuntu version or any new security patch release.
7Upgrade Steps:
81. Replace the image name in `third_party/containers/base/version.bzl` to the new ubuntu version.
91. Set the `VERSION` variable to the new version and update the container image digest.
10"""
11
12UBUNTU_VERSION = "jammy"
13UBUNTU_DIGEST = "sha256:b2175cd4cfdd5cdb1740b0e6ec6bbb4ea4892801c0ad5101a81f694152b6c559"
14UBUNTU_REGISTRY = "index.docker.io"
15UBUNTU_REPO = "library/ubuntu"
View as plain text