Skip to content

v7.0.0

Choose a tag to compare

@philips-software-forest-releaser philips-software-forest-releaser released this 01 Jun 10:06
174da34

7.0.0 (2026-05-28)

📋 Summary

This release of amp-devcontainer updates the base image from Ubuntu 24.04 LTS to Ubuntu 26.04 LTS.

amp-devcontainer-base

  • Added locales package, generated the C.UTF-8 locale, and set LANG to C.UTF-8 for better locale handling.
  • Modernized core packages in amp-devcontainer-base, updating versions for tools like git, bash-completion, and adding locales.

amp-devcontainer-cpp

  • Upgraded GCC/G++ from version 14 to 15.
  • Updated ARM GNU Toolchain to version 15.2.
  • Updated Clang/LLVM packages to version 20 using official Ubuntu 26.04 versions.

amp-devcontainer-rust

  • Updated Rust toolchain to 1.94.1 and cargo-binstall to 1.17.9.

  • Ensured C/C++ compiler alternatives point to GCC/G++ 15.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v7.0.0@sha256:527239d281eb145ff220b22046478653e052020f1fd71297bbc19a84fe7da9b5
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v7.0.0@sha256:dc6bb049da53127b887c4ad5312ddbafd7daf57fb76bcca26abe643e65af9f59
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v7.0.0@sha256:48970df991cbc1faef7e09148f33a72bba3898ac117de605ad046b1603015ce0

⚠ BREAKING CHANGES

  • Switch base container to Ubuntu 26.04 (#1227)

Features

Chores