Skip to content

Allow tags to be overwritten #33

@jpreese

Description

@jpreese

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions