-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Deprecate repo:shortid syntax #27207
Conversation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
LGTM |
SGTM |
Overall LGTM.
Not sure we should make a behavioral change now since we are deprecating it anyway. But I don't have a strong opinion.
|
@aaronlehmann It's just restoring the old behavior so that it is safer during the deprecation period and doesn't cause accidental collisions(for example if someone uses tags like |
|
||
**Target For Removal In Release: v1.16** | ||
|
||
`repository:shortid` syntax for referencing images is very little used, collides with with tag references can be confused with digest references. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be opened against the https://github.com/docker/docker.github.io repository
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What branch? Master branch looks outdated and is seems to be missing at least 3 recent changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tonistiigi I have no idea; it looks like "master" on docker.github.io was taken from the 1.12.x branch, but all changes for 1.13 are not there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tonistiigi does the minimum length mean that I can no longer tag (or pull) an image with a tag |
@thaJeztah The length limit is only for the partial IDs, not tags. |
@ncdc FYI |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
docs are handled in docker/docs#184
fixes #22112
Per discussion in #22112 deprecate this little known feature. The minimum length requirement from
v1.9
has also been restored.@thaJeztah @duglin
Signed-off-by: Tonis Tiigi tonistiigi@gmail.com