lets-nginx icon indicating copy to clipboard operation
lets-nginx copied to clipboard

Tags for docker containers

Open finestructure opened this issue 9 years ago • 3 comments

I'm currently tagging and pushing lets-nginx images into our own docker repo in order to avoid accidentally pulling silent updates: https://hub.docker.com/r/opencapacity/lets-nginx/

Happy to keep doing that but I thought it might be useful to have those tags in the official repo as well (or instead).

finestructure avatar May 10 '16 10:05 finestructure

That sounds good to me. Does semver make sense here?

rgbkrk avatar May 10 '16 11:05 rgbkrk

Good idea. Tags on main image will be useful.

vlmonk avatar May 10 '16 11:05 vlmonk

@rgbkrk semver sounds good, in fact any unique id should do. As far as I know docker doesn't support doing anything other than selecting exact tags (i.e. no >=0.9) so it shouldn't really matter, at least not for the moment.

finestructure avatar May 10 '16 12:05 finestructure