[tech] Microsoft changed the tag name for ubuntu devcontainers after …#34
[tech] Microsoft changed the tag name for ubuntu devcontainers after …#34DarkaMaul merged 3 commits intotrailofbits:mainfrom
Conversation
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.
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.
|
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. |
|
Hi! Thanks for your patience here :) |
…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