https://github.com/docwhat/docker-label
Docker label generator
https://github.com/docwhat/docker-label
Last synced: about 1 year ago
JSON representation
Docker label generator
- Host: GitHub
- URL: https://github.com/docwhat/docker-label
- Owner: docwhat
- Created: 2020-01-28T19:14:09.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T07:45:14.000Z (about 4 years ago)
- Last Synced: 2025-02-15T21:18:17.451Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Labeller
Generates [oci image spec annotations](https://github.com/opencontainers/image-spec/blob/master/annotations.md).
## Usage
```sh
label.bash docker build -t imgname .
```
## Plans
I'm hoping that a generic-ish config file can be created and used for adding all labels.
It'll have different formats for different use cases.
```sh
# example usage
$ label.bash init
$ vim label.bash.yaml
```