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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate off of EOL container images #5701

Open
mthalman opened this issue Nov 26, 2024 · 5 comments
Open

Migrate off of EOL container images #5701

mthalman opened this issue Nov 26, 2024 · 5 comments
Assignees
Labels

Comments

@mthalman
Copy link
Member

The following container images are unsupported to the distro being EOL and should be updated to supported versions:

<HelixTargetQueue Include="(Debian.11.Amd64)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64" />

<HelixTargetQueue Include="(Fedora.38.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-38-helix" />

<HelixTargetQueue Include="(Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64" />

<HelixTargetQueue Include="(openSUSE.15.2.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64" />

Related:
Debian 11: dotnet/core#9625
Fedora 38: dotnet/core#9291

@mconnew
Copy link
Member

mconnew commented Dec 3, 2024

@mthalman, can you provide us with a versionless docker container names/tags that just represents the latest of the distro so that we don't need to maintain these?

@HongGit HongGit added the triaged label Dec 3, 2024
@HongGit HongGit self-assigned this Dec 3, 2024
@mthalman
Copy link
Member Author

mthalman commented Dec 3, 2024

@mthalman, can you provide us with a versionless docker container names/tags that just represents the latest of the distro so that we don't need to maintain these?

There are no such tags and we explicitly do not want them to avoid the potential for breaking the build. Coincidentally, this is specifically called out at https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1274/files#diff-59c2cf35a49a17d78cfac4d681eca2c123f5c0ea49579b99b284916b1628f395R52.

@mconnew
Copy link
Member

mconnew commented Dec 4, 2024

Our build has never been broken due to moving distro versions. We have had multiple build breakages due to expiring OS versions (it was Helix queues for specific distribution versions were retired without notification, but it'sthe same underlying issue, the need to keep updating the send to helix config). For this repo at least, we would have better build stability if there was a latest tag than we've had with the distro product version being locked down.

@mthalman
Copy link
Member Author

mthalman commented Dec 4, 2024

I would suggest logging an issue at https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues to make your case on why this would be useful.

@mthalman
Copy link
Member Author

For reference purposes, here's the follow-up issue that was created: dotnet/dotnet-buildtools-prereqs-docker#1279

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

3 participants