Questions tagged [docker-tag]
32 questions
-1
votes
1 answer
How can one publish older tags on dockerhub?
How can one publish older github tags on dockerhub?
I am not seeing any info on this in their documentation.
This is needed if you move a project from one organization to another.
For example if the first org has a typo in it or if the owning org…

spacether
- 2,136
- 1
- 21
- 28
-1
votes
2 answers
tagging docker images with Jenkins pipeline parameter
I am trying to tag my docker image`. I am using Jenkins to do that for me by declaring a string parameter.
In the docker-compose.yml file I have my image like so:
image: api:"${version}"
I get an error saying the tag is incorrect.
In my Jenkins…

Mike3355
- 11,305
- 24
- 96
- 184