compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

introduce ability to define image reference as {name,tag,digest}

Open ndeloof opened this issue 4 months ago • 0 comments

introduce ability to define a service image as a combination of name, tag and digest (aligned with https://github.com/distribution/reference terminology)

services:
  test:
    image:
      name: registry.com/foo
      tag: bar
      digest: sha256:1234...

to be debated: Shall we also split name as registry+repository (see https://github.com/opencontainers/distribution-spec/blob/main/spec.md) ?

closes https://github.com/docker/compose/issues/11743

ndeloof avatar Oct 11 '24 09:10 ndeloof