podman/pkg/machine/define
Brent Baude 2430fc71a0 Allow podman machine to download from oci registry
this pr represents a shift in how we download podman machine images.
these images will now be stored in oci registry and will replace the
default method of downloading an image.  you can still use a reference
to a disk image as a path or url too with the --image-path switch.

the final registry and location of the images has not been determined;
and will need to be updated in podman as well.

i dont think we need to allow --image-path to accept a registry/image
for the podman 5.0 release.  i do think there will be demand for this.

upgrades also need to be plumbed.  for example, updating from an oci
registry.

once we make decisions on final image locations/registrties as well as
some behaviors of init and the oci pull, we must update the machine-init
documentation.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2024-02-12 15:19:34 -06:00
..
config.go Allow podman machine to download from oci registry 2024-02-12 15:19:34 -06:00
errors.go Don't panic on podman4 machine configs 2024-02-12 09:10:46 -06:00
image_format.go Refactor key machine objects 2023-11-07 08:30:44 -06:00
image_format_test.go Refactor key machine objects 2023-11-07 08:30:44 -06:00
initopts.go podman5 machine reconfig 1 2024-02-07 08:17:43 -06:00
machine_artifact.go Refactor key machine objects 2023-11-07 08:30:44 -06:00
machine_artifact_test.go Refactor key machine objects 2023-11-07 08:30:44 -06:00
setopts.go machine: USB passthrough 2024-02-08 20:30:43 -05:00
state.go Podman 5 machine config file - Step 1 2023-12-11 16:26:15 -06:00
vmfile.go Podman 5 machine refactor - applehv 2024-02-07 09:18:45 -06:00
vmfile_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
vmtype.go Allow podman machine to download from oci registry 2024-02-12 15:19:34 -06:00
vmtype_test.go Allow podman machine to download from oci registry 2024-02-12 15:19:34 -06:00