Skip to content

How to export podman image distribution on Mac #22387

Closed Answered by baude
shrutscode asked this question in Q&A
Discussion options

You must be logged in to vote

if you are an absolute beginner, this is not going to be trivial. You can use the podman-machine-os repo as a guide. The distributions, except for WSL, are generated using a Containerfile and based on Fedora CoreOS. As such, they also need ignition (like cloud-init) and other customizations needed. It is probably too much to explain here.

One shortcut you could make is to boot a machine. The create a Containerfile which has a FROM quay.io/podman/machine-os:TAG to start. Then using the Containerfile fro the podman-machine-os repo as an example, you can make modifications. Once that image is built, you can use podman machine os apply to lay it in.

Good luck!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by shrutscode
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants