Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 241 Bytes

docekr_retag

docekr retag image without by pull and push

Usage

from docker_retag import Registry
registyr_ins = Registry("username", "password", "registry_url", "new_tag", "old_tag")

registyr_ins.add_new_tag_by_registry()