-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add FLAVOR build-arg support to build_push #213
Merged
Merged
Conversation
This file contains 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
cevich
added
no_fedora_podman
Don't build the fedora_podman image
no_fedora-aws
Don't build any fedora-aws images
no_fedora-aws-arm64
Don't build any fedora-aws-arm64 images
no_fedora-netavark
Don't build the fedora-netavark image
no_fedora-netavark-aws-arm64
Don't build the fedora-netavark-aws image
no_fedora-podman-aws-arm64
Don't build the fedora-podman-aws image
no_fedora-podman-py
Don't build the fedora-podman-py image
no_image-builder
Don't build the image-builder image
no_prior-fedora
Don't build any prior-fedora images
no_prior-fedora_podman
Don't build the prior-fedora_podman image
no_skopeo_cidev
Don't build the skopeo_cidev image
no_ubuntu
labels
Sep 29, 2022
cevich
force-pushed
the
build_arg_build_push
branch
from
September 30, 2022 15:54
8364fe9
to
d614e6e
Compare
Cirrus CI build successful. Found built image names and IDs:
|
cevich
force-pushed
the
build_arg_build_push
branch
from
September 30, 2022 16:55
d614e6e
to
cb247a9
Compare
cevich
changed the title
Add STAGE build-arg support to build_push
Add FLAVOR build-arg support to build_push
Sep 30, 2022
cevich
force-pushed
the
build_arg_build_push
branch
2 times, most recently
from
October 3, 2022 18:13
e87f6c8
to
b1cd187
Compare
cevich
removed
no_ubuntu
no_skopeo_cidev
Don't build the skopeo_cidev image
no_prior-fedora
Don't build any prior-fedora images
no_fedora-aws
Don't build any fedora-aws images
no_fedora-aws-arm64
Don't build any fedora-aws-arm64 images
no_fedora_podman
Don't build the fedora_podman image
no_prior-fedora_podman
Don't build the prior-fedora_podman image
no_fedora-netavark
Don't build the fedora-netavark image
labels
Oct 3, 2022
cevich
removed
no_fedora-netavark-aws-arm64
Don't build the fedora-netavark-aws image
no_fedora-podman-py
Don't build the fedora-podman-py image
no_image-builder
Don't build the image-builder image
no_fedora-podman-aws-arm64
Don't build the fedora-podman-aws image
labels
Oct 3, 2022
cevich
force-pushed
the
build_arg_build_push
branch
2 times, most recently
from
October 3, 2022 19:12
e6310d5
to
83690a0
Compare
cevich
added
no_prior-fedora
Don't build any prior-fedora images
no_prior-fedora_podman
Don't build the prior-fedora_podman image
labels
Oct 3, 2022
cevich
force-pushed
the
build_arg_build_push
branch
2 times, most recently
from
October 4, 2022 17:47
a6feea6
to
549ebe3
Compare
This is needed to support image-builds which rely on passing a build-arg to indicate the flavour-name or type of image. For example, `upstream`, `testing`, or `stable`. Accommodations are also made to continue supporting the previous method - where the flavour is taken as the base-name of the context directory. To prevent any ambiguity, the flavour argument will be preferred over the sub-directory name. In all cases, the flavor value will be passed to buildah via a `--build-arg FLAVOUR=<value>`. Additionally it will be passed to the `tag-version.sh` mod-script as the first argument, with the command version number as the second argument. Signed-off-by: Chris Evich <[email protected]>
cevich
force-pushed
the
build_arg_build_push
branch
from
October 4, 2022 18:49
549ebe3
to
9d36bd0
Compare
Force-push: Splitting off addition of new tests into a separate PR #215 |
Cirrus CI build successful. Found built image names and IDs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
no_prior-fedora_podman
Don't build the prior-fedora_podman image
no_prior-fedora
Don't build any prior-fedora images
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.
This is needed to support containers/buildah#4300