feat(scribe): expand OCI image-spec labels

Add image.title and image.licenses; override metadata-action defaults
in publish workflow so published image carries Scribe upstream source
and correct title rather than this repo's auto-derived values.
This commit is contained in:
2026-05-28 12:33:42 +07:00
parent afaa631c94
commit 4ef74f3317
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -45,6 +45,12 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=2.2
labels: |
org.opencontainers.image.title=Facebook Legacy Scribe
org.opencontainers.image.description=Facebook Legacy Scribe - real-time log aggregation daemon
org.opencontainers.image.version=2.2
org.opencontainers.image.source=https://github.com/facebookarchive/scribe
org.opencontainers.image.licenses=Apache-2.0
- name: Build and push Docker images
id: push