Skip to content

Commit e3e46b0

Browse files
authored
Revert "fix: remove +json encoding from the default config media type (#288)" (#297)
This reverts commit 59befb3. Signed-off-by: Sylvia Lei <lixlei@microsoft.com>
1 parent faf6320 commit e3e46b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333

3434
// MediaTypeUnknownConfig is the default mediaType used when no
3535
// config media type is specified.
36-
const MediaTypeUnknownConfig = "application/vnd.unknown.config.v1"
36+
const MediaTypeUnknownConfig = "application/vnd.unknown.config.v1+json"
3737

3838
var (
3939
// ErrMissingArtifactType is returned by PackArtifact() when no artifact

0 commit comments

Comments
 (0)