Summary
The individual is attempting to push locally generated images to a container image registry that exclusively accepts OCI images. By default, the images produced by their current setup are in Docker v2 format. They are exploring options to modify the build process to generate OCI-compliant images, particularly when utilizing remote cache. However, they are unsure if there is a configuration available to directly adjust the format of the artifact images.
wouter.dullaert
is this something that exists?
wouter.dullaert
but I can't see any configuration to tweak the actual artifact images
wouter.dullaert
I can see that when using remote cache, we can specify output parameters which tweak the buildkit behaviour to use oci mediatypes
wouter.dullaert
by default earthly produces docker v2 images
wouter.dullaert
I'm trying to push earthly generated images to a container image registry that only allows oci images by default earthly produces docker v2 images I can see that when using remote cache, we can specify output parameters which tweak the buildkit behaviour to use oci mediatypes but I can't see any configuration to tweak the actual artifact images is this something that exists?