Skip to content

Commit

Permalink
Ubuntu: replace 16.04 with 22.04
Browse files Browse the repository at this point in the history
Ubuntu "Jammy Jellyfish" 22.04 has been released, with long-term support
until at least 2027 (maintenance) and 2032 (extended security
maintenance).

https://ubuntu.com/about/release-cycle
https://ubuntu.com/blog/ubuntu-22-04-lts-released

Although ubuntu-16.04 is in Extended Security Maintenance until 2026, it
is holding us back from adding git-lfs (see
crops/yocto-dockerfiles#40).

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
  • Loading branch information
moto-timo committed Apr 23, 2022
1 parent ddfd8eb commit 49271d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
fedora-34,
fedora-35,
opensuse-15.2,
ubuntu-16.04,
ubuntu-18.04,
ubuntu-20.04
ubuntu-20.04,
ubuntu-22.04
]
env:
BASE_DISTRO: ${{ matrix.base_distro }}
Expand Down
2 changes: 1 addition & 1 deletion tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ distros["debian-11"]="Debian GNU/Linux 11 (bullseye)"
distros["fedora-34"]="Fedora 34 (Container Image)"
distros["fedora-35"]="Fedora Linux 35 (Container Image)"
distros["opensuse-15.2"]="openSUSE Leap 15.2"
distros["ubuntu-16.04"]="Ubuntu 16.04"
distros["ubuntu-18.04"]="Ubuntu 18.04"
distros["ubuntu-20.04"]="Ubuntu 20.04"
distros["ubuntu-22.04"]="Ubuntu 22.04"

# If the distro is unknown it is a failure
if [ "${distros[${BASE_DISTRO}]}" = "" ]; then
Expand Down

0 comments on commit 49271d9

Please sign in to comment.