Skip to content

GCC images are super stale -- need to be updated #122324

Description

@richlander

Was updating images and then noticed that (A) we didn't have Dockerfiles for the images being referenced, and (B) the images we were referencing are super stale. Those are two sides of the same coin. Not sure how that happened.

release/8.0-staging:

debian-12-gcc13-amd64:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc13-amd64

release/9.0-staging:

debian-12-gcc14-amd64:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64

Most recent images

$ docker inspect mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc13-amd64 | jq '.[].Created'
"2024-05-10T21:09:14.520497844Z"
$ docker inspect mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64 | jq '.[].Created'
"2025-04-15T07:15:22.194704633Z"

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions