-
Notifications
You must be signed in to change notification settings - Fork 45
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
Review and correct references to docker terms in buildchain #947
Labels
Comments
jbertran
added
topic:build
Anything related to building steps
kind:debt
Technical debt
labels
Apr 5, 2019
gdemonet
added a commit
that referenced
this issue
Jul 23, 2019
gdemonet
added a commit
that referenced
this issue
Jul 23, 2019
We attempt to provide a more obvious API by using accurate names and concepts from the Docker concepts. In particular, our previous use of "registry" actually meant "repository". We also make sure that image "tags" actually represent both the name and version. Fixes: #947
gdemonet
added a commit
that referenced
this issue
Jul 25, 2019
We attempt to provide a more obvious API by using accurate names and concepts from the Docker concepts. In particular, our previous use of "registry" actually meant "repository". We also make sure that image "tags" actually represent both the name and version. Fixes: #947
gdemonet
added a commit
that referenced
this issue
Jul 26, 2019
We attempt to provide a more obvious API by using accurate names and concepts from the Docker concepts. In particular, our previous use of "registry" actually meant "repository". We also make sure that image "tags" actually represent both the name and version. Fixes: #947
gdemonet
added a commit
that referenced
this issue
Jul 26, 2019
We attempt to provide a more obvious API by using accurate names and concepts from the Docker concepts. In particular, our previous use of "registry" actually meant "repository". We also make sure that image "tags" actually represent both the name and version. Fixes: #947
gdemonet
added a commit
that referenced
this issue
Jul 29, 2019
We attempt to provide a more obvious API by using accurate names and concepts from the Docker concepts. In particular, our previous use of "registry" actually meant "repository". We also make sure that image "tags" actually represent both the name and version. Fixes: #947
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the buildchain image, local_image and remote_image, we define and use tags, versions, repositories and registries in a manner that is not entirely accurate or consistent.
This needs to be fixed, for the sanity of future buildchain maintainers.
Originally posted by @slaperche-scality in https://github.com/_render_node/MDE3OlB1bGxSZXF1ZXN0UmV2aWV3MjIyNzM4NDQ4/pull_request_reviews/more_threads
The text was updated successfully, but these errors were encountered: