Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bib failed to build out centos stream10 anaconda-iso on aarch64 #633

Open
chunfuwen opened this issue Sep 5, 2024 · 0 comments
Open

bib failed to build out centos stream10 anaconda-iso on aarch64 #633

chunfuwen opened this issue Sep 5, 2024 · 0 comments

Comments

@chunfuwen
Copy link

  1. on aarch64 beaker machine, execute below command
sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json   -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json  quay.io/centos-bootc/bootc-image-builder:latest  --type anaconda-iso --tls-verify=true  --config /config.json  quay.io/centos-bootc/centos-bootc:stream10  --chown 107:107  --rootfs ext4 
  1. it throw below error:
024-09-04 12:43:25,788 stacktrace       L0045 ERROR| stdout: b'Generating manifest manifest-anaconda-iso.json\r\nTrying to pull quay.io/centos-bootc/centos-bootc:stream10...\r\nGetting image source signatures\r\nWriting manifest to image destination\r\nNo match for argument: selinux-policy-targeted\r\nNo match for argument: coreutils\r\nNo match for argument: xz\r\nNo match for argument: glibc\r\nNo match for argument: platform-python\r\nNo match for argument: systemd\r\nNo match for argument: python3\r\nNo match for argument: grub2-tools\r\nNo match for argument: grub2-tools-extra\r\nNo match for argument: grub2-tools-minimal\r\nNo match for argument: efibootmgr\r\nNo match for argument: grub2-efi-aa64-cdboot\r\nNo match for argument: grub2-efi-aa64\r\nNo match for argument: rpm\r\nNo match for argument: lorax-templates-rhel\r\nNo match for argument: squashfs-tools\r\nNo match for argument: skopeo\r\nNo match for argument: isomd5sum\r\nNo match for argument: xorriso\r\nerror install_specs\r\nMarkingErrors: Error occurred when marking packages for installation: Problems in request:\r\nmissing packages: selinux-policy-targeted, coreutils, xz, glibc, platform-python, systemd, python3, grub2-tools, grub2-tools-extra, grub2-tools-minimal, efibootmgr, grub2-efi-aa64-cdboot, grub2-efi-aa64, rpm, lorax-templates-rhel, squashfs-tools, skopeo, isomd5sum, xorriso\r\n2024/09/04 16:43:20 error: cannot build manifest: cannot depsolve: running osbuild-depsolve-dnf failed:\r\nDNF error occurred: MarkingErrors: Error occurred when marking packages for installation: Problems in request:\r\nmissing packages: selinux-policy-targeted, coreutils, xz, glibc, platform-python, systemd, python3, grub2-tools, grub2-tools-extra, grub2-tools-minimal, efibootmgr, grub2-efi-aa64-cdboot, grub2-efi-aa64, rpm, lorax-templates-rhel, squashfs-tools, skopeo, isomd5sum, xorriso\r\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant