Skip to content

Releases: philips-software/amp-devcontainer

v6.10.1

09 Apr 12:48
76fd2f5

Choose a tag to compare

6.10.1 (2026-04-09)

📋 Summary

This version of amp-devcontainer contains an update to udev in amp-devcontainer base. Several packages in amp-devcontainer-cpp have been updated including Conan (v2.27.0), CMake (v4.3.0) and Mull (v0.32.0). Lastly several Visual Studio Code Extensions have been updated to their latest version.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.10.1@sha256:de51f33cb21766615767394b0480d1e91bb27bfe856e2a2321832339ca2a3f61
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.10.1@sha256:d89d53408da02726c70abc9994c811420494df10f672aad86077c4a32fe22ae8
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.10.1@sha256:4fca442ca2e94e46f12acb12c80003e40a363a08df8eda094443826a342bef89

Chores

v6.10.0

31 Mar 18:54
574dd85

Choose a tag to compare

6.10.0 (2026-03-31)

📋 Summary

This version of amp-devcontainer contains an update to udev in amp-devcontainer base. A sizeable update to amp-devcontainer-cpp with updates to ccache (4.13.1), cmake (4.2.3), conan (2.26.2), gdb (15.1), mull (0.30.1) and xwin (0.8.0). Lastly several Visual Studio Code Extensions have been updated to their latest version.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.10.0@sha256:37b3bf1df8c910b3a12e9eca2b17c33906eeca4ec329bf9fc7867d0d8ca87149
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.10.0@sha256:59cd09cf8adae8cee2bca68ceebd8f5328471135353af2c6594402dcdcbe63f1
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.10.0@sha256:974e8d1cf56bc4954172fc0e99346d7c64c85fb5c52519af539135dca76f85db

Chores

v6.9.0

12 Mar 10:39
c16822b

Choose a tag to compare

6.9.0 (2026-03-11)

📋 Summary

Note

This release of amp-devcontainer switches the image compression from gzip to zstd for a reduction in OCI container image size of up to 20%. The workflow provided with amp-devcontainer has been updated to zstd (level 9, which maps to 'best' for buildx), so any derived container that re-uses amp-devcontainer build workflows will also see (additional) benefit.

In amp-devcontainer-cpp, Conan is updated to version 2.26.0.

Several Extensions have been updated to the latest version.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.9.0@sha256:40c387da14fb310871a0f2155f779ac3e2489bb28af4fd76159cc54d1412354b
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.9.0@sha256:d2499bd35dcde579864776e8da1f4d0b42698bcd8ffafcd5f4b1e53ddc09a185
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.9.0@sha256:048c4ca753eb845dbccf982a51a04509d5b0bd7945a1548be94f5785aee892a0

Features

Chores

v6.8.2

24 Feb 09:38
bb4d772

Choose a tag to compare

6.8.2 (2026-02-24)

📋 Summary

Important

Release v6.8.1 has been yanked. The automated release process failed due to a missing permission setting in the GitHub Actions Workflow

Release v6.8.2 is made as a patch release to trigger automatic updates for repositories that use Dependabot. Release v6.8.1 tags and images will be removed from the registry.

The release includes an update to Conan and GCC 14 in amp-devcontainer-cpp. Several VS Code Extensions have been updated to their latest version.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.8.2@sha256:4d445c28451c8f94dfa7d550f47f15de8d2193b9dffb6ee114f9055f157d7d53
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.8.2@sha256:8d6d0b49bef9b1f572793dee8dcc05edcbe4f44f108f075640dda284ff3e2d4e
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.8.2@sha256:068758b17ecff0032a64eb5a3efcb1570fcf814e6991bbdb940826d6f5eb0b95

Bug Fixes

Chores

  • deps: Bump conan from 2.24.0 to 2.25.2 in amp-devcontainer-cpp (#1139) (9e104c6) (#1149) (d938b08) (by Dependabot (@dependabot))
  • deps, base: Update g++-14 (#1156) (db4e403) (by Dependabot (@dependabot))
  • deps, cpp: Update alexkrechik.cucumberautocomplete, ms-vscode.cpptools in devcontainer.json (#1154) (248dd41)
  • deps, cpp: Update github.vscode-pull-request-github, ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer.json (#1145) (ea8d44c)
  • deps, cpp: Update ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer-metadata.json (#1144) (84f3450)
  • deps, cpp: Update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1159) (fb963d1)
  • deps, cpp: Update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer.json (#1160) (fd8449d)
  • deps, cpp: Update ms-vscode.cpptools in devcontainer-metadata.json (#1152) (6a57e1b)
  • deps, rust: Update github.vscode-pull-request-github in devcontainer.json (#1146) (02d75f0)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1153) (22ef006)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer.json (#1155) (bfe1bc2)
  • deps, rust: Update sonarsource.sonarlint-vscode in devcontainer.json (#1161) (5ad6b8c)

v6.8.0

05 Feb 18:04
0b102f3

Choose a tag to compare

6.8.0 (2026-02-05)

📋 Summary

This release updates LLVM/Clang to version 20 in amp-devcontainer-cpp, CPM.cmake is updated to version 0.42.1.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.8.0@sha256:030326f1971e6474dcdd58f152e0f02a1d737b1b0a9b0d045a9ee0bcac76b601
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.8.0@sha256:5c6d33d6d4642163481eb5cab49ccd861be6b558c45b4902616bc653c7e22e2a
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.8.0@sha256:a6f75a8b35d9d713431c1e26914deea6a13a5b321da865de224e40d7e51f3cb5

Features

Chores

v6.7.2

04 Feb 19:46
44e57c1

Choose a tag to compare

6.7.2 (2026-02-04)

📋 Summary

The devcontainer flavors published as part of amp-devcontainer are now listed on containers.dev, and can be directly used from supporting tooling (like the devcontainer cli, or VS Code).

In amp-devcontainer-cpp, Mull is updated to version 0.29.0.

Several Extensions have been updated to the latest version.

Note

This is the last release of amp-devcontainer-cpp that is based upon LLVM/Clang 19, the next release will include an update to LLVM/Clang 20.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.7.2@sha256:d78cffe713847ecc5a5c038c8e0393322d6323752823694be6c904dff71e34f9
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.7.2@sha256:8e45c04483ce4a1ed8dd40172580ae28326031d8ffd5f157c8325fe096369634
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.7.2@sha256:55afae1966bfe135ff090a57174cfa186063c50002c5035b4e203adf3f8b147b

Bug Fixes

Chores

v6.7.1

29 Jan 14:43
32bc51d

Choose a tag to compare

6.7.1 (2026-01-27)

📋 Summary

This release of amp-devcontainer contains updates to verify hashes of downloaded packages to prevent installing tampered versions of those packages. Next to that the Ubuntu base image is updated. The bats testing framework has been updated to version bats-core 1.13.0 and bats-assert 2.2.4. In amp-devcontainer-cpp gcovr is updated to version 8.6. As usual the VS Code Extensions have been updated to the latest versions.

The re-usable workflows have an interface change. It is now possible to set the condition for edge tags. This repository uses the merge queue, so the condition is enable-edge-tag: ${{ github.event_name == 'merge_group' }}. This should be changed to an appropriate condition for your mainline build that produces the edge image.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.7.1@sha256:40671eae1393b860b5cd3bf61ad13321df031b59f3f24f65b8e046a1f0dcc8b6
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.7.1@sha256:7bb4d73919958465c019e08d76aa941d6987aa94773832f25e673b37bbe3f3ac
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.7.1@sha256:e68c0ae0903bdc0650e02cad16d64c4fdcb27f4b2637cb73f34ead4a2fbd34d1

Bug Fixes

Chores

v6.7.0

21 Jan 08:19
ff00368

Choose a tag to compare

6.7.0 (2026-01-20)

📋 Summary

This release includes a new 'base' image that consolidates commonalities between the different container flavors. It can be used stand-alone as a drop-in replacement where a Ubuntu image was used before, and all flavors derive from the base image.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.7.0@sha256:6a33f75b95fa6ddb5ab9519675b58ced61218a6d4d6d4fc45341c7a7e89ebb21
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.7.0@sha256:004cea4fd31114f4e341bb0d777d7c3bbacd6f51d86b8eec0ca4e79ee532509d
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.7.0@sha256:d97f3d1d305bb2ba5b9ecf1efa71b591b96288a13417f91a749d86e351c057fe

Features

Chores

v6.6.4

14 Jan 13:44
5ec2927

Choose a tag to compare

6.6.4 (2026-01-14)

📋 Summary

This release contains updates to gnupg2, xsltproc and urllib3 including a fix for a security vulnerability in the latter. Several extensions have been updated to the latest version for all containers.

Note

Upcoming toolchain updates

Updates to GCC (14 to 15) and Clang/LLVM (19 to 20) are on the horizon, and will be incorporated in amp-devcontainer soon.

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.6.4@sha256:0d6b572f5c589def3efb245844528ef44903c9927149da9bcec21feab36388b9
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.6.4@sha256:079e238b9090ee5c3772ed55fca740e7090df8dc127b0ecd7d4c065e419fb65a

Chores

v6.6.3

06 Jan 06:19
55e3a3e

Choose a tag to compare

6.6.3 (2026-01-05)

📋 Summary

This release contains updates to CMake and Conan in amp-devcontainer-cpp. Several extensions have been updated to the latest version for all containers.

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.6.3@sha256:0af2cde9ba1c07bb615c6737b522a29a63f417a0d38f0057a54edf24c75f479e
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.6.3@sha256:d563a35dcb1c07da05236317e230a22bf18597d5cdaaf0f9053b9922ccdf7234

Chores