containers / image_build

Monorepo menagerie of container images and associated build automation
Apache License 2.0
12 stars 5 forks source link

Add all-in-one image and build automation #25

Closed cevich closed 6 months ago

cevich commented 7 months ago

Depends on https://github.com/containers/image_build/pull/23

For development and CI/CD purposes it's handy to have a small image containing all three tools: Podman, Buildah, and Skopeo. This can then be utilized by developers or automation directly or as a base for further customization.

cevich commented 6 months ago

@edsantiago PTAL if you have time (a lot of this is copy-paste). Though bonus, there are some (very basic) CI tests!

@TomSweeneyRedHat would you mind taking a look at the two README.md updates, LMK if they all make sense. I already created the repo on quay.

TomSweeneyRedHat commented 6 months ago

Couple of minor tweaks. I like the idea, but have we gotten pull from folks for it? I'm just trying to avoid adding to your overburdened support responsibilities @cevich !

cevich commented 6 months ago

have we gotten pull from folks for it?

Not a lot externally that I can remember. I took on this work at the request of the Fedora CoreOS team.

Thanks for the review Tom :smiley:

cevich commented 6 months ago

Thanks for all your feedback Tom.

cevich commented 6 months ago

Manually triggered first build completed and pushed successfully.