You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ️ 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 👇