Skip to content
Snippets Groups Projects
Unverified Commit 4ab13cc7 authored by Daniel Tschinder's avatar Daniel Tschinder Committed by GitHub
Browse files

fix(docker): Fix support for docker list manifests (#8540)

parent df2a31c7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
export enum MediaType {
manifestV1 = 'pplication/vnd.docker.distribution.manifest.v1+json',
manifestV2 = 'application/vnd.docker.distribution.manifest.v2+json',
manifestListV2 = 'application/vnd.docker.distribution.manifest.list.v2+jso',
manifestListV2 = 'application/vnd.docker.distribution.manifest.list.v2+json',
}
export interface MediaObject {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment