akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
38 stars 15 forks source link

DXE-3346 Updated AlpineLinux from 3.13 to 3.20 for devcontainer compatibility. #119

Open aweingarten opened 1 month ago

aweingarten commented 1 month ago

I'm trying to setup vscode devcontainer using the prebuilt Akamai containers. I am blocked by the fact that the containers are based on Alpine 3.13 which was released 01/14/2021.

The minimum supported version for Alpine is 3.16 https://code.visualstudio.com/docs/remote/linux

Updating the version should allow me to wrap the containers. I am assuming that this will also facilitate support for GitHub Codespaces which is built atop devcontainer: https://docs.github.com/en/codespaces/overview