Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcr.microsoft.com/devcontainers/base:ubuntu points to jammy & major version release #185

Open
samruddhikhandale opened this issue Oct 28, 2022 · 0 comments
Labels

Comments

@samruddhikhandale
Copy link
Member

馃摙 We have released a new major version for the base-ubuntu image (ie mcr.microsoft.com/devcontainers/base).

鈩癸笍 Now the mcr.microsoft.com/devcontainers/base:ubuntu points to the latest LTS release (ie. jammy)

Hence, if you previously used mcr.microsoft.com/devcontainers/base:ubuntu with the hope to use the focal variant. It needs to be updated to mcr.microsoft.com/devcontainers/base:focal instead.

鈩癸笍 Usually, the dev configuration files reference the images by pinning to a major version (details here). In this case, the major version has bumped from 0 to 1

Dev configuration files referencing to the old image tag (ie 0-${VARIANT}) needs to be updated as below 馃憞

  • 1-ubuntu
  • 1-ubuntu22.04
  • 1-ubuntu-22.04
  • 1-jammy
  • 1-ubuntu20.04
  • 1-ubuntu-20.04
  • 1-focal
  • 1-ubuntu18.04
  • 1-ubuntu-18.04
  • 1-bionic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@samruddhikhandale and others