Created
October 20, 2025 22:16
-
-
Save cgwalters/1f1c891742c3cd1f96101f0cf1a85c38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| osa import oci-archive:fedora-coreos.ociarchive | |
| + podman run --rm -ti --security-opt=label=disable --privileged --userns=keep-id:uid=1000,gid=1000 -v=/var/home/walters/builds/fcos:/srv/ --device=/dev/kvm --device=/dev/fuse --tmpfs=/tmp -v=/var/tmp:/var/tmp --name=cosa quay.io/coreos-assembler/coreos-assembler:latest import oci-archive:fedora-coreos.ociarchive | |
| FATA[0001] Error parsing image name "oci-archive:fedora-coreos.ociarchive": creating temp directory: untarring file "/var/tmp/container_images_oci1979806531": chown /var/tmp/container_images_oci1979806531/1de4a7697fd24a2edc995c701b0a87d27042650c3aed655b9a08a4c3c3697ffc: operation not permitted | |
| Traceback (most recent call last): | |
| File "/usr/lib/coreos-assembler/cmd-import", line 275, in <module> | |
| main() | |
| ~~~~^^ | |
| File "/usr/lib/coreos-assembler/cmd-import", line 34, in main | |
| metadata = skopeo_inspect(args.srcimg) | |
| File "/usr/lib/coreos-assembler/cmd-import", line 266, in skopeo_inspect | |
| return json.loads(subprocess.check_output(['skopeo', 'inspect', '-n', image])) | |
| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/lib64/python3.13/subprocess.py", line 472, in check_output | |
| return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, | |
| ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| **kwargs).stdout | |
| ^^^^^^^^^ | |
| File "/usr/lib64/python3.13/subprocess.py", line 577, in run | |
| raise CalledProcessError(retcode, process.args, | |
| output=stdout, stderr=stderr) | |
| subprocess.CalledProcessError: Command '['skopeo', 'inspect', '-n', 'oci-archive:fedora-coreos.ociarchive']' returned non-zero exit status 1. | |
| failed to execute cmd-import: exit status 1 | |
| + rc=1 | |
| + set +x | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment