-
Notifications
You must be signed in to change notification settings - Fork 690
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
layer: clarify that layers are gzipped #316
Conversation
Yes. I wonder if we worded in such a way that allows that to be optional? The mimetype having the +gzip suffix means it's an option. But will always at least a tar. |
does it? I sort of also had that intuition but can't seem to find a reference stipulating that. |
On Fri, Sep 16, 2016 at 06:39:58AM -0700, Jonathan Boulle wrote:
I don't think +gzip is defined anywhere, but I think we could define |
You're right. Perhaps we ought to describe a Structured Syntax Suffix |
On Tue, Sep 20, 2016 at 06:45:39AM -0700, Vincent Batts wrote:
Already filed as #332 ;). |
LGTM In general, the suffixes aren't really optional (Apache HTTPD gets this very wrong, on occasion). In practice, it is much better to treat these as string constants. In Docker, we have them as |
can we land this and move on to #332 et al? needs another LGTM |
@jonboulle I'd like to see this in but #332 goes way too far. I hope this PR isn't considered a pre-cursor. |
On Mon, Sep 26, 2016 at 11:44:44AM -0700, Stephen Day wrote:
I think requiring application/vnd.oci.image.layer.tar+gzip to be |
Signed-off-by: Jonathan Boulle <[email protected]>
Signed-off-by: Jonathan Boulle [email protected]