E

OCI Image Format Adjustment

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.

Status
open
Tags
  • Docker
  • earthly
  • Image Format
  • Build Process
  • OCI
  • OCI
Source
#earthly
    w

    wouter.dullaert

    7/16/2024

    is this something that exists?

    w

    wouter.dullaert

    7/16/2024

    but I can't see any configuration to tweak the actual artifact images

    w

    wouter.dullaert

    7/16/2024

    I can see that when using remote cache, we can specify output parameters which tweak the buildkit behaviour to use oci mediatypes

    w

    wouter.dullaert

    7/16/2024

    by default earthly produces docker v2 images

    w

    wouter.dullaert

    7/16/2024

    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?