nazar-pc / docker-phpmyadmin

phpMyAdmin as Docker container, based on official image, always latest version
40 stars 16 forks source link

Adding tags to the image on docker hub #5

Closed aanc closed 8 years ago

aanc commented 9 years ago

Hello,

First, thanks for providing this image, it's really helpful !

I'm using this image in an automated deployment playbook (with Ansible). In that scope, it would be nice to be able to pull the exact same image at each execution of the playbook, in order to have a predictible and reproductible environment. The fact that 'latest' is the only tag available for this image prevent that.

Would it be possible to tag the images pushed on docker hub with the phpmyadmin version ?

Thanks in advance

nazar-pc commented 9 years ago

I thought about that from the very beginning.

New releases are out quite often, but since Docker Hub doesn't have possibility to import tags from Git repository I'd need to add each tag manually, which is boring and error-prone.

Also since PhpMyAdmin is self-contained utility, I decided to leave just latest tag which corresponds to latest stable upstream release (Docker image is usually out within few hours after PhpMyAdmin release, sometimes within an hour). So, generally it is not recommended to rely on old versions with known bugs and security issues that were fixed already.

I'd add tags if they would be imported to Docker Hub from Git, otherwise it is too boring for me.

nazar-pc commented 8 years ago

@aanc, good news on this issue. Docker Hub should start supporting dynamic tags next week, so this issue might be resolved.

aanc commented 8 years ago

Great ! Thanks :)

nazar-pc commented 8 years ago

First tagged build already available, so I'm closing this.