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

Require PROTOCOL_VERSION_DEFAULT #655

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Require PROTOCOL_VERSION_DEFAULT #655

merged 4 commits into from
Dec 17, 2024

Conversation

leighmcculloch
Copy link
Member

What

Error during image build if the PROTOCOL_VERSION_DEFAULT variable is not set.

Why

Images won't reliably work unless the arg is set. The image does fall back to whatever core's max supported protocol version, but we moved away from that a while ago and missed removing that check. The reason we don't rely on that anymore is that core's max supported version is not representative of the entire images max supported version because the image runs multiple software and it's common for core to release a new version before other software.

@leighmcculloch leighmcculloch enabled auto-merge (squash) December 17, 2024 06:56
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
@leighmcculloch leighmcculloch merged commit 65efdfc into master Dec 17, 2024
176 checks passed
@leighmcculloch leighmcculloch deleted the def branch December 17, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants