We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+json
1 parent 2ae35d3 commit 59befb3Copy full SHA for 59befb3
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+json"
+const MediaTypeUnknownConfig = "application/vnd.unknown.config.v1"
37
38
var (
39
// ErrMissingArtifactType is returned by PackArtifact() when no artifact
0 commit comments