Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tags #11

Open
CzechJiri opened this issue Aug 2, 2016 · 1 comment
Open

tags #11

CzechJiri opened this issue Aug 2, 2016 · 1 comment

Comments

@CzechJiri
Copy link

CzechJiri commented Aug 2, 2016

docker tags are typically tied to a version e.g. 1.1, latest, ... etc (sometimes called version tags), it would be worth revisiting CPU/GPU tags and try to follow common pattern and use tags for versioning

It will also help you release updated versions and let users upgrade after testing (they can switch between version easily), the easiest option is to tie your git tags to docker tags

for example

# for version 1.1
floydhub/dl-docker-cpu:1.1
floydhub/dl-docker-gpu:1.1

# for latest stable version
floydhub/dl-docker-cpu:latest
floydhub/dl-docker-gpu:latest

# for beta release
floydhub/dl-docker-cpu:edge
floydhub/dl-docker-gpu:edge
@saiprashanths
Copy link
Collaborator

saiprashanths commented Aug 4, 2016

Valid point! I'll try integrate the changes soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants