We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+json
1 parent faf6320 commit e3e46b0Copy full SHA for e3e46b0
pack.go
@@ -33,7 +33,7 @@ import (
33
34
// MediaTypeUnknownConfig is the default mediaType used when no
35
// config media type is specified.
36
-const MediaTypeUnknownConfig = "application/vnd.unknown.config.v1"
+const MediaTypeUnknownConfig = "application/vnd.unknown.config.v1+json"
37
38
var (
39
// ErrMissingArtifactType is returned by PackArtifact() when no artifact
0 commit comments