Skip to content

Instantly share code, notes, and snippets.

@jasonchester
Created November 11, 2019 16:21
Show Gist options
  • Save jasonchester/433b25aabdebbf713b06a10a92c2c039 to your computer and use it in GitHub Desktop.
Save jasonchester/433b25aabdebbf713b06a10a92c2c039 to your computer and use it in GitHub Desktop.
Dockerfile OCI Labels
...
LABEL org.opencontainers.image.created
LABEL org.opencontainers.image.url
LABEL org.opencontainers.image.source
LABEL org.opencontainers.image.version
LABEL org.opencontainers.image.revision
LABEL org.opencontainers.image.vendor
LABEL org.opencontainers.image.title
LABEL org.opencontainers.image.description
LABEL org.opencontainers.image.documentation
LABEL org.opencontainers.image.authors
LABEL org.opencontainers.image.licenses
LABEL org.opencontainers.image.ref.name
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment