Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Oct 11, 2024

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 docker/compose#11743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request for allowing separate definition of image tag under services
1 participant