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

Update to Alpine 3.20 #231

Merged
merged 1 commit into from
May 22, 2024
Merged

Update to Alpine 3.20 #231

merged 1 commit into from
May 22, 2024

Conversation

yosifkit
Copy link
Member

Remove EOL 2.0 images. Remove Alpine from the 2.2 image since it cannot be built on a supported release of Alpine now that 3.16 is end of life.

Related docker-library/official-images#16801

@yosifkit yosifkit force-pushed the alpine3.20 branch 2 times, most recently from 33692d5 to 3968cc8 Compare May 22, 2024 23:22
@@ -39,10 +37,10 @@ for version in "${versions[@]}"; do
debian: env.debian,
alpine: env.alpine,
}
| if env.version == "2.2" then del(.alpine) else . end
Copy link
Member

Choose a reason for hiding this comment

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

Any particular reason not to put the comment directly here in the jq instead? 😅

(maybe even match on .version | startswith("2.2.") so we can avoid export version at all?)

Copy link
Member

Choose a reason for hiding this comment

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

Oh, we use export version further down -- in that case I'd actually move it even further up to the first line of the for (right after it's definitely got the value we expect).

remove EOL 2.0
@tianon tianon merged commit 67485bd into docker-library:master May 22, 2024
24 checks passed
@tianon tianon deleted the alpine3.20 branch May 22, 2024 23:42
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request May 22, 2024
Changes:

- docker-library/haproxy@67485bd: Merge pull request docker-library/haproxy#231 from infosiftr/alpine3.20
- docker-library/haproxy@5804096: Update to Alpine 3.20
@TimWolla
Copy link
Contributor

Note: Technically HAProxy 2.0 is not EOL yet. See: #228 (comment)

@tianon
Copy link
Member

tianon commented May 23, 2024

Doh, yep, we should bring that back (and only drop the Alpine variants of it).

@tianon
Copy link
Member

tianon commented May 23, 2024

(Thank you!)

@tianon tianon mentioned this pull request May 23, 2024
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request May 23, 2024
Changes:

- docker-library/haproxy@fa5d16b: Merge pull request docker-library/haproxy#232 from infosiftr/restore-2.0
- docker-library/haproxy@7eb71e6: Restore 2.0 (not yet EOL)
- docker-library/haproxy@67485bd: Merge pull request docker-library/haproxy#231 from infosiftr/alpine3.20
- docker-library/haproxy@5804096: Update to Alpine 3.20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants