mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-09-04 18:19:59 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user