17 lines
269 B
JSON
17 lines
269 B
JSON
{
|
|
"kind": "docker/v1",
|
|
"data": {
|
|
"registryType": "Docker",
|
|
"registryUrl": "https://index.docker.io/",
|
|
"images": [
|
|
{
|
|
"image": "image:a1",
|
|
"digest": "sha256:22332233"
|
|
},
|
|
{
|
|
"image": "image:latest",
|
|
"digest": "sha256:22332233"
|
|
}
|
|
]
|
|
}
|
|
} |