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

Align Name/Version scheme with Community Standards #4

Open
drGrove opened this issue Jan 9, 2020 · 0 comments
Open

Align Name/Version scheme with Community Standards #4

drGrove opened this issue Jan 9, 2020 · 0 comments

Comments

@drGrove
Copy link

drGrove commented Jan 9, 2020

Normally when you have a package that has multiple distros, versions and/or build platforms you continue to have the same top level repository and just modify the version. This allows for easier switching of the images strictly on a version basis as well as a single repository to see all of the tags. See Python

For this repo you'd be looking at something like:
asbjornenge/tezos:alphanet-{alpine,ubuntu}
asbjornenge/tezos:zeronet-{alpine,ubuntu}
asbjornenge/tezos:mainnet-{alpine,ubuntu}

Your arm based images can also push to the same repository as dockerhub breaks them up automatically for you using Digests. Which ensures that a user is being more specific with what version they are running.

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

1 participant