-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I currently use lstags for syncing. It supports all kinds of fancy regexes for defining versions (but of course they come with their own caveats)
Maybe supporting a list of tags for syncing images would come handy as well (do not know how to handle digest, though):
target:
host: myhost.com
repository: my/repo
images:
- repository: library/debian
host: registry.hub.docker.com
tag:
- stretch
- stretch-slim
- buster
- buster-slim
- testing
- sid
Originally posted by @mfriedenhagen in #8 (comment)
To add:
- Allow a single tag to be specified or an array of tags.
- Add a new attribute (overwrite:true ?) that will overwrite the tag at the target if the tag already exists.
ssbarnea
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request