Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Add org.label-schema.registry-url field to specification #35

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ All labels are OPTIONAL, however if present MUST be prefixed with the namespace
| `description` | `org.label-schema.description = "This service does awesome things with other things"` | Text description of the image. May contain up to 300 characters. |
| `usage` | `org.label-schema.usage= "/usr/doc/app-usage.txt"` | Link to a file in the container or alternatively a URL that provides usage instructions. If a URL is given it SHOULD be specific to this version of the image e.g. `http://docs.example.com/v1.2/usage` rather than `http://docs.example.com/usage` |
| `url` | `org.label-schema.url="http://postgresql.org"` | URL of website with more information about the product or service provided by the container. |
| `registry-url` | `org.label-schema.registry-url = "https://hub.docker.com/_/nginx/"` | URL for the registry in which this container image has been built and published to.
| `vcs-url` | `org.label-schema.vcs-url = "https://github.com/nginx/nginx"` | URL for the source code under version control from which this container image was built. |
| `vcs-ref` | `org.label-schema.vcs-ref = "279FA63"` | Identifier for the version of the source code from which this image was built. For example if the version control system is git this is the SHA. |
| `vendor` | `org.label-schema.vendor = "Stark Industries"` | The organization that produces this image. |
Expand Down