This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
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.
Change Description
This PR will allow us to bring the base images pipeline back. This pipeline is used to ensure steps that are used to generate the images used for CI are up-to-date, catching issues such as deprecated Homebrew packages or missing yum packages earlier.
eosio-base-images
pipeline in Buildkite.base-images.yml
for use by pipeline.generate-base-images.sh
script to avoid pushing to Docker registry when$FORCE_BASE_IMAGE
is true.--no-cache
to Docker build command to ensure all steps are executed when creating a container.See:
Build 20724 | Build to ensure that Docker push functionality still works as intended in normal pipeline runs.
Base Images Build 3 | Build showing new pipeline functionality. This pipeline runs the appropriate script or creates the expected Docker container across the defined platforms.
Consensus Changes
API Changes
Documentation Additions