-
Notifications
You must be signed in to change notification settings - Fork 82
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
manifest.go:remove the size of the layers of judgment #90
Conversation
On Tue, Nov 29, 2016 at 05:53:42PM -0800, Zhou Hao wrote:
… the minimum length of the layer has been verified in JSON, so the
code is redundant.
That landed in opencontainers/image-spec#466, which is currently
unreleased. Once image-spec cuts rc3 (opencontainers/image-spec#477)
and image-tools bumps to pick that up, f5d7ced will look good to me.
|
@coolljt0725 @xiekeyang PTAL |
@q384566678 we need to bump the image-spec to rc3 first |
@coolljt0725 I don't quite understand why . |
@q384566678 as said by @wking in #90 (comment) |
@coolljt0725 That PR(opencontainers/image-spec#477) has been merged, it has become rc3. |
@q384566678 but image-tool doesn't bump it yet. https://github.com/opencontainers/image-tools/blob/master/glide.yaml#L3 |
d0bfe3e
to
90794e0
Compare
@coolljt0725 It can be directly modified like this? |
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
@coolljt0725 @xiekeyang @vbatts @stevvooe rebased #102 PTAL |
According to this ,we can see the minimum length of the layer has been verified in JSON, so the code is redundant.
Signed-off-by: zhouhao zhouhao@cn.fujitsu.com