dockerhub - How can I edit my image tags on docker hub? -
i have public docker hub repository, automated build linked github repo.
i found misnamed tag of last build.
is possible re-edit image name manually after building process without influencing image ?
for automated builds, manually pulling, re-tagging , pushing won't work.
first, if pull , re-tag image, cannot push manually automated build. end getting error pushing registry: authentication required.
the true solution go build details
page, click on settings
-> automated build
-> edit tag name under docker tag name
, hit save , trigger build
. create new tag , triggers build.
secondly, cannot delete tags (for automated builds) on own. please contact support@docker.com asking them delete tag.
also, should refrain using http delete
request docker hub. these api endpoints meant private registry , not docker hub till date. docker planning release v2 registry endpoint soon, after can safely use api calls delete/manipulate tags , images. until not use v1/v2 endpoints deleting tags.
Comments
Post a Comment