refactor: consolidate to single Containerfile#5468
Merged
Conversation
07c8a6f to
86e8d98
Compare
brian-hussey
requested changes
Jul 3, 2026
brian-hussey
left a comment
Member
There was a problem hiding this comment.
Hey @jonpspri, nicely put together.
I see only one issue with the MANIFEST.in I have a suggested change in the PR.
Once you've got that in we'll get this merged.
Thanks,
Brian
- Remove deprecated Containerfile and Containerfile.scratch - Rename Containerfile.lite to Containerfile as canonical build file - Update all 79 references across 29 files: - Docker Compose files (docker-compose*.yml) - CI/CD configs (.travis.yml, fly.toml) - Documentation (README.md, docs/*, MULTIPLATFORM.md, CHANGELOG.md) - Build configs (Makefile, MANIFEST.in, whitesource.config) - Test utilities and infrastructure files Closes #<issue-number-if-applicable> Signed-off-by: Jonathan Springer <jps@s390x.com> Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com>
- Update all GitHub Actions workflows to reference Containerfile - Update self-references in Containerfile comments - Leave CHANGELOG.md historical references unchanged Signed-off-by: Jonathan Springer <jps@s390x.com> Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com>
Given scope of this change, I'm applying the change now. Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com>
7576b96 to
5847ddb
Compare
brian-hussey
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates container build configuration to a single canonical , removing deprecated variants.
Changes
Verification
Impact