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

Add alpine 3.17 (non-helix) dockerfile #797

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

omajid
Copy link
Member

@omajid omajid commented Feb 10, 2023

This came up in dotnet/installer#14417. We are trying to add a CI leg for alpine, and alpine 3.17 most closely matches the 7.0.1xx lifecycle.

The Dockerfile itself is a copy of the 3.15 Dockerfile, with 3.15 replaced with 3.17.

"tags": {
"alpine-3.17-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"alpine-3.17$(FloatingTagSuffix)": {},
"alpine-3.17-local": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tag is not needed since there are no other Dockerfile dependencies on this image.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed. Thanks!

This came up in dotnet/installer#14417. We are
trying to add a CI leg for alpine, and alpine 3.17 most closely matches
the 7.0.1xx lifecycle.

The Dockerfile itself is a copy of the 3.15 Dockerfile, with 3.15
replaced with 3.17.
@mthalman mthalman merged commit bea9c3c into dotnet:main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants