Skip to content

Conversation

@swernli
Copy link
Contributor

@swernli swernli commented Jul 26, 2016

@jhowardmsft @jstarks
Windows base layers are no longer the special "layers+base" type, so we can remove all the special handling for that.

Signed-off-by: Stefan J. Wernli [email protected]

@lowenna
Copy link
Member

lowenna commented Jul 26, 2016

Nice! LGTM once Janky passes. Has some import fixups required:

14:10:12 distribution/pull_v2_unix.go:8: imported and not used: "github.com/docker/distribution/manifest/schema1"
14:10:12 distribution/pull_v2_unix.go:9: imported and not used: "github.com/docker/docker/image"

@jstarks
Copy link
Contributor

jstarks commented Jul 27, 2016

LGTM

@thaJeztah
Copy link
Member

LGTM, but

ping @aaronlehmann @stevvooe for the change in image-specs

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra parentheses

@aaronlehmann
Copy link

Seems fine to me. The base layer stuff was hack that we didn't want to support long-term. It's great that we're able to remove it.

Normally there would be backward compatibility concerns, but I know the Windows daemon is not in wide use and there are not many images for it, so if you feel it's okay to get rid of this as a step change, that's fine with me.

Needs a rebase though.

cc @dmcgowan @tonistiigi

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably leave this in or omit from OCI if we don't intend to support it going forward.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I'll file an issue against @jstarks to get this removed from OCI.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, looks like you already opened that issue!

Windows base layers are no longer the special "layers+base" type, so we can remove all the special handling for that.

Signed-off-by: Stefan J. Wernli <[email protected]>
@LK4D4
Copy link
Contributor

LK4D4 commented Aug 5, 2016

I think it has plenty of lgtms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants