- Notifications
You must be signed in to change notification settings - Fork6
Adds and removes labels from docker images
License
NotificationsYou must be signed in to change notification settings
dokku/docker-image-labeler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Adds and removes labels from docker images
- golang 1.12+
This package allows for adding and removing image labels without rebuilding images. Layer history creation time may change.
Debian packages are available viapackagecloud
For a prebuilt binaries, see thegithub releases page.
A make target is provided for building the package from source.
make build
In addition, builds can be performed in an isolated Docker container:
make build-docker-image build-in-docker
# pull an imagedocker image pull mysql:8# add a label./docker-image-labeler relabel --label=mysql.version=8 mysql:8# remove the label./docker-image-labeler relabel --remove-label=mysql.version mysql:8
About
Adds and removes labels from docker images
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
No packages published