5.2. bootc-image-builder 설치
bootc-image-builder 를 설치하려면 Red Hat Container Registry를 사용합니다. bootc-image-builder 는 컨테이너로 사용하기 위한 것이며 RHEL에서 RPM 패키지로 사용할 수 없습니다.
사전 요구 사항
-
container-toolsmeta-package가 설치되어 있습니다. meta-package에는 Podman, Buildah, Skopeo와 같은 모든 컨테이너 툴이 포함되어 있습니다. -
registry.redhat.io에서 인증되었습니다. 자세한 내용은 Red Hat Container Registry Authentication 을 참조하십시오.
프로세스
로그인하여
registry.redhat.io에 인증합니다.$ sudo podman login registry.redhat.iobootc-image-builder툴을 설치합니다.$ sudo podman pull registry.redhat.io/rhel10/bootc-image-builder
검증
로컬 시스템으로 가져온 모든 이미지를 나열합니다.
$ sudo podman images REPOSITORY TAG IMAGE ID CREATED SIZE registry.redhat.io/rhel10/bootc-image-builder latest b361f3e845ea 24 hours ago 676 MB