-
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
Remove support for referencing images by 'repository:shortid' #35790
Conversation
ping @tonistiigi @dmcgowan PTAL |
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
I see at least 1 failure on experimental and janky:
|
Darn, I couldn't find a test for this old behaviour, but looks like there was one; fixing |
e97b5c3
to
00ed8ac
Compare
Updated, removed the test |
The `repository:shortid` syntax for referencing images is very little used, collides with with tag references can be confused with digest references. The `repository:shortid` notation was deprecated in Docker 1.13 through 5fc7159, and scheduled for removal in Docker 17.12. This patch removes the support for this notation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
00ed8ac
to
a942c92
Compare
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 🐸
💯 ✖️ 5️⃣ 🎉 |
The
repository:shortid
syntax for referencing images is very little used, collides with with tag references can be confused with digest references.The
repository:shortid
notation was deprecated in Docker 1.13 through5fc7159 (#27207), and scheduled for removal in Docker 17.12.
This patch removes the support for this notation.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)
(image source: https://csolsqs.com/centipede/centipede-020.jpg)