org.osbuild.containers-storage
Provide access to an image in the host system's container storage.
This stage differs from other sources in that the source checks to see if the
container is available in the host's container storage. This puts a requirement
on the user to ensure that the container is copied into local storage before
trying to build an image. The starts by reading the host's storage.conf
file and then using the config to check if the container has been imported.
Unlike all other sources, this source relies on external storage not controlled by osbuild itself.
Buildhost commands used: skopeo.
Schema 1
{
"additionalProperties": false,
"properties": {
"items": {
"description": "The container image to fetch indexed by the container image id",
"type": "object",
"additionalProperties": false,
"patternProperties": {
"sha256:[0-9a-f]{64}": {
"type": "object",
"additionalProperties": false
}
}
}
}
}
Schema 2
{}