Skip to content

Add OCI labels to all Dockerfiles#524

Merged
bartlomieju merged 1 commit into
mainfrom
add-oci-labels
Mar 19, 2026
Merged

Add OCI labels to all Dockerfiles#524
bartlomieju merged 1 commit into
mainfrom
add-oci-labels

Conversation

@bartlomieju

Copy link
Copy Markdown
Member

Summary

  • Add standardized OCI annotations to all five Dockerfiles (alpine, bin, debian, distroless, ubuntu)
  • Labels include title, description, url, source, licenses, and version (derived from existing DENO_VERSION ARG)

Closes #160

Test plan

  • Verify CI builds pass for all image variants
  • Inspect a built image with docker inspect to confirm labels are present

🤖 Generated with Claude Code

Add standardized OCI annotations (title, description, url, source,
licenses, version) to all image variants for better discoverability
and metadata on container registries.

Closes #160

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

@igorbdl igorbdl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@bartlomieju bartlomieju merged commit 62bc211 into main Mar 19, 2026
6 checks passed
@bartlomieju bartlomieju deleted the add-oci-labels branch March 19, 2026 14:58
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.

Add OCI labels to the images

2 participants