[tech] Microsoft changed the tag name for ubuntu devcontainers after …#34
Open
ebendler wants to merge 1 commit intotrailofbits:mainfrom
Open
[tech] Microsoft changed the tag name for ubuntu devcontainers after …#34ebendler wants to merge 1 commit intotrailofbits:mainfrom
ebendler wants to merge 1 commit intotrailofbits:mainfrom
Conversation
DarkaMaul
reviewed
Mar 13, 2026
Contributor
DarkaMaul
left a comment
There was a problem hiding this comment.
Thanks a lot for the update here!
I'm wondering if we could not set up dependabot to automatically update our dependencies here.
Author
I know it can update base images if the format is correct (wouldn't work here because msft changed the tag naming), let me see if the other stuff can be automated. |
Microsoft changed how they name the Ubuntu base container from "ubuntu-24.04" to "ubuntu24.04", so it was impossible to automate update detection. The uv tag was updated to "0.10" with a hash to pin so that dependabot can understand it. Add "git" devc feature to the JSON so that the latest git is used instead of the one in apt. Also add a dependabot config to update the base image hashes weekly and check for devc feature updates.
Author
|
OK, so there does not seem to be any capability to automate version checking inside the Dockerfile. If you don't care about pinning precise versions of stuff like fzf, fd, rg, there are devc features for that. But I'll leave that up do you all. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…2.0.5, so fix that and point to 2.1.7-ubuntu24.04. Also update uv to 0.10.9 and fzf to 0.70.0.
Here's the commit where msft broke it: devcontainers/images@92a034a