cgrima / docker_i-librarian

Dockerfile and instructions for I, Librarian
35 stars 10 forks source link

Provide tags on Docker Hub #3

Closed StreakyCobra closed 3 years ago

StreakyCobra commented 9 years ago

Hi,

Thanks for sharing this container.

Do you mind to provide tags on the Docker Hub? There is only latest yet, could be nice to have versions, like 3.4.1, for installing a specific version.

cgrima commented 9 years ago

That's a good point. Actually, I don't know how to do that smoothly. Do you have a reference?

StreakyCobra commented 9 years ago

I never did it myself, but I suppose something like:

docker build -t grimy55/i-librarian:3.4.1 .
docker push grimy55/i-librarian:3.4.1

would work. It also seems that latest tag is not automatically updated, so 2 commands will be needed later.

cgrima commented 9 years ago

I see. the Dockerfile is actually pushed to GitHub, and then automatically synchronized from GitHub to DockerHub. I would want to keep it this way, i.e. GitHub is the main node as for my other projects.

I'll see for the next I-Librarian release what I can do for tagging during the GitHub-to-DockerHub sync.

cgrima commented 3 years ago

Docker Hub tags are now provided from 4.10 onward.