mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 06:48:51 +00:00
ci: pause-image no sudo
Build pause-image without sudo docker this is not needed. This is part 5 of N Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
@@ -19,8 +19,8 @@ pull_pause_image_from_remote() {
|
||||
echo "pull pause image from remote"
|
||||
|
||||
skopeo copy "${pause_image_repo}":"${pause_image_version}" oci:pause:"${pause_image_version}"
|
||||
umoci unpack --image pause:"${pause_image_version}" "${DESTDIR}/pause_bundle"
|
||||
umoci unpack --rootless --image pause:"${pause_image_version}" "${DESTDIR}/pause_bundle"
|
||||
rm "${DESTDIR}/pause_bundle/umoci.json"
|
||||
}
|
||||
|
||||
pull_pause_image_from_remote $@
|
||||
pull_pause_image_from_remote "$@"
|
||||
|
Reference in New Issue
Block a user