Skip to content

dataType DockerPlatformSpec

Details of the platform the container image is built for. Debatable whether we need to have this here. The information will be in the container, and the platform will probably need to check it anyway to make sure. So why have the duplicate information ?

«dataType»DockerPlatformSpecivoa:string architectureivoa:string os

Members

name type mult description
architecture ivoa:string The CPU architecture the image is built for. The default is amd64.
os ivoa:string The operating system the image is built for. The default is linux.