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

Add standard opencontainers labels to images #2750

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

pkwarren
Copy link
Member

@pkwarren pkwarren commented Feb 2, 2024

Update the Docker build to specify standard opencontainers labels on images using hte docker/metadata-action.

Update the Docker build to specify standard opencontainers labels on
images using hte docker/metadata-action.
@pkwarren
Copy link
Member Author

pkwarren commented Feb 2, 2024

These look pretty handy to include:

    "labels": {
      "org.opencontainers.image.created": "2024-02-02T19:27:11.306Z",
      "org.opencontainers.image.description": "The best way of working with Protocol Buffers.",
      "org.opencontainers.image.licenses": "Apache-2.0",
      "org.opencontainers.image.revision": "e69a37dd230f113372f66db3a28d47f125da0865",
      "org.opencontainers.image.source": "https://github.com/bufbuild/buf",
      "org.opencontainers.image.title": "buf",
      "org.opencontainers.image.url": "https://github.com/bufbuild/buf",
      "org.opencontainers.image.version": "edge"
    }

@bufdev bufdev merged commit c1e364e into main Feb 2, 2024
9 checks passed
@bufdev bufdev deleted the pkw/add-standard-labels-to-docker-image branch February 2, 2024 23:47
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.

3 participants