Skip to content

Bump the base OS version and pin the image#57

Merged
IsaacG merged 1 commit into
exercism:mainfrom
IsaacG:bump
May 19, 2026
Merged

Bump the base OS version and pin the image#57
IsaacG merged 1 commit into
exercism:mainfrom
IsaacG:bump

Conversation

@IsaacG

@IsaacG IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member

No description provided.

@IsaacG IsaacG requested a review from a team May 14, 2026 02:36
@IsaacG IsaacG requested a review from a team as a code owner May 14, 2026 02:36
@IsaacG IsaacG force-pushed the bump branch 4 times, most recently from 6db00c5 to 2496e6f Compare May 14, 2026 02:51
@IsaacG

IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member Author

Alpine 3.21 works but 3.22 does not. Investigating what changed...

@IsaacG

IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member Author

Alpine 3.21 uses Wine 9.17. Alpine 3.22 uses Wine 10.7. Wine 10 was a major release and the project changed hands. There might be some structural changes around there.

@IsaacG

IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member Author

I have no idea why, but cmd in Wine 9 accepts set /p var=<file and cmd in Wine 10 chokes on that, requiring a space in < file. Same exact cmd version. So that fix needs to go in first.

See exercism/batch#81

@IsaacG

IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member Author

The redirect issue blocks Alpine 3.21 -> 3.22 and is fixed with that extra space.

There is a separate issue with Wine under 3.23 that is causing Wine/cmd to SIGSEGV. It seems like it might be some library mismatch issue. That issue may be a bigger hurdle to overcome.

@IsaacG

IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member Author

+cc @GroophyLifefor for approval

@IsaacG

IsaacG commented May 14, 2026

Copy link
Copy Markdown
Member Author

+cc @exercism/guardians for approval, please and thank you!

@IsaacG

IsaacG commented May 17, 2026

Copy link
Copy Markdown
Member Author

+cc @BethanyG

@IsaacG IsaacG merged commit 3b6339c into exercism:main May 19, 2026
1 check passed
@IsaacG IsaacG deleted the bump branch May 19, 2026 17:39
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.

4 participants