-
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
Replace Ubuntu -> Debian SID #250
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
force-pushed
the
debian_switch
branch
3 times, most recently
from
January 20, 2023 14:45
3566788
to
7ca805c
Compare
cevich
added
no_build-push
Don't build the build-push image
no_fedora
Don't build any fedora images
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
no_win-server-wsl
Don't build Windows WSL image
labels
Jan 20, 2023
cevich
force-pushed
the
debian_switch
branch
5 times, most recently
from
January 26, 2023 20:22
940ef6a
to
0e5d92b
Compare
cevich
changed the title
Replace Ubuntu -> Debian SID
[WIP] Replace Ubuntu -> Debian SID
Jan 27, 2023
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
Don't build any fedora images
labels
Jan 31, 2023
cevich
removed
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
labels
Jan 31, 2023
cevich
force-pushed
the
debian_switch
branch
4 times, most recently
from
February 1, 2023 19:50
39c9afc
to
3d5cbdc
Compare
cevich
force-pushed
the
debian_switch
branch
3 times, most recently
from
February 3, 2023 16:32
28f633e
to
38fbd23
Compare
cevich
force-pushed
the
debian_switch
branch
from
February 14, 2023 21:55
12ac94b
to
ac897f5
Compare
cevich
force-pushed
the
debian_switch
branch
from
February 14, 2023 21:56
ac897f5
to
e908507
Compare
After years of trying, use of Ubuntu VMs in CI has proven too difficult to maintain along with an ever-updating set of dependencies. This is different with Debian SID, since it more/less pulls packages directly from their upstream sources. Switch to using Debian SID instead of Ubuntu for all containers-org CI. Signed-off-by: Chris Evich <[email protected]>
cevich
force-pushed
the
debian_switch
branch
from
February 15, 2023 18:01
e908507
to
7cd4932
Compare
Cirrus CI build successful. Found built image names and IDs:
|
cevich
changed the title
[WIP] Replace Ubuntu -> Debian SID
Replace Ubuntu -> Debian SID
Feb 20, 2023
This was referenced Feb 20, 2023
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.
After years of trying, use of Ubuntu VMs in CI has proven too difficult to maintain along with an ever-updating set of dependencies. This is different with Debian SID, since it more/less pulls packages directly from their upstream sources. Switch to using Debian SID for all containers-org CI.
Fixes: #203
Signed-off-by: Chris Evich [email protected]