-
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
Improve & rename main build-push script #300
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_skopeo_cidev
Don't build the skopeo_cidev image
no_prior-fedora
Don't build any prior-fedora images
no_fedora
Don't build any 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
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
no_win-server-wsl
Don't build Windows WSL image
no_debian
Don't build the debian image
no_rawhide
Don't build the rawhide image
and removed
no_fedora
Don't build any fedora images
labels
Sep 14, 2023
cevich
force-pushed
the
multiarch_mulligan
branch
2 times, most recently
from
September 14, 2023 20:13
bf636cb
to
3e9a42b
Compare
Removed out of an abundance of caution, ref: containers/podman#19796 Double-checked Cirrus-CI 'Decrypt Credentials' setting for this repo. is: Collaborators, Bots, and Users with Write permission. Double-checked Github collaboration settings. It's limited to specific github users only. Signed-off-by: Chris Evich <cevich@redhat.com>
cevich
force-pushed
the
multiarch_mulligan
branch
11 times, most recently
from
September 15, 2023 20:43
546e73c
to
9bea7d6
Compare
cevich
force-pushed
the
multiarch_mulligan
branch
2 times, most recently
from
September 18, 2023 14:59
dc02d1a
to
99aff28
Compare
This reverts commit 874da1b. Signed-off-by: Chris Evich <cevich@redhat.com>
cevich
force-pushed
the
multiarch_mulligan
branch
2 times, most recently
from
September 18, 2023 15:50
bf6acef
to
014ff0a
Compare
cevich
changed the title
[WIP] Improve & rename main build-push script
Improve & rename main build-push script
Sep 18, 2023
cevich
force-pushed
the
multiarch_mulligan
branch
2 times, most recently
from
September 18, 2023 16:10
37e3270
to
31260c1
Compare
Cirrus CI build successful. Found built image names and IDs:
|
This script orchestrates running of the actual `build_push.sh` script, on behalf of various github containers-org repos. Rename it to better reflect that purpose. Change behavior WRT first argument (git repo. URL) to shallow-clone the repo into a temporary directory. Remove the auto-update library in anticipation of executing builds from Cirrus-cron in this (automation_images) repo. Given encrypted secrets are protected by execution context and actor. Update labeling to also annotate the images, since newer tooling prefers annotations but older tools only support labels. Remove wait-for-copr from build-push VM image since it's not needed. An alternate build system was put in place. Signed-off-by: Chris Evich <cevich@redhat.com>
cevich
force-pushed
the
multiarch_mulligan
branch
from
September 18, 2023 18:35
31260c1
to
0226d63
Compare
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_debian
Don't build the debian image
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_podman
Don't build the prior-fedora_podman image
no_prior-fedora
Don't build any prior-fedora images
no_rawhide
Don't build the rawhide image
no_skopeo_cidev
Don't build the skopeo_cidev image
no_win-server-wsl
Don't build Windows WSL image
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.
Revert 874da1b
This script orchestrates running of the actual
build_push.sh
script,on behalf of various github containers-org repos. Rename it to better
reflect that purpose.
Change behavior WRT first argument (git repo. URL) to shallow-clone the
repo into a temporary directory.
Remove the auto-update library in anticipation of executing builds from
Cirrus-cron in this (automation_images) repo. Given encrypted secrets
are protected by execution context and actor.
Update labeling to also annotate the images, since newer tooling prefers
annotations but older tools only support labels.