Lines Matching full:image
3 # Build an Open Container Initiative (OCI) container image
9 image=$1; shift
18 echo "Building OCI freebsd${major}-${image} image for ${abi}"
20 . ${curdir}/tools/oci-image-${image}.conf
48 # resulting image.
95 local image=$1; shift
98 # Note: the diff_id (needed for image config) is the hash of the
117 …]},\"history\":[{\"created\":\"${create_time}\",\"created_by\":\"make-oci-image.sh\"}]}" > ${workd…
121 …image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"…
127 …image.manifest.v1+json\",\"digest\":\"sha256:${manifest_hash}\",\"size\":${manifest_size},\"annota…
135 # Prefix with "container-image-" so that we can create a unique work area under
138 workdir=${PWD}/container-image-${image}
142 base_workdir=${PWD}/container-image-${OCI_BASE_IMAGE}
149 commit_container ${workdir} ${image} ${output}