objectType DockerImageSpec
Details of the container image.
Members
| name | type | mult | description |
|---|---|---|---|
| locations | ivoa:string | 1 or more | An array of repository locations. {repository}/{namespace}/{container}:{tag} e.g. ghcr.io/ivoa/oligia-webtop:ubuntu-2022.01.13 |
| digest | ivoa:string | Images that use the v2 or later format have a content-addressable identifier called a digest. As long as the input used to generate the image is unchanged, the digest value is predictable. The digest is generated as a sha256 checksum when the image is built. The digest can be used to verify the contents of an image. | |
| platform | DockerPlatformSpec |
Containment
This is contained by DockerContainer