Ziggy the Hamster

Results 70 comments of Ziggy the Hamster

> can you kindly share a real case, like what's in the blobs folder and what's the content of manifest.json, and how you expect oras pull should work? I'm currently...

Okay, so the above thing with `--platform` is a non-issue. Ignore all that noise. Back to the original issue. This doesn't work: ```shell $ oras pull --platform linux/arm64/v8:el8 --oci-layout foo...

```shell $ oras pull --platform linux/arm64/v8:el8 --oci-layout oci-both-aarch64:test --output /tmp/orasout Error: failed to resolve test: not found $ skopeo copy --multi-arch all --dest-tls-verify=false oci:oci-both-aarch64 docker://localhost:5000/oci-both-aarch64:latest Getting image list signatures Copying...

In this case, I'm solely using ORAS, and what I'm doing is: 1. `oras push` to an OCI layout for each platform (in parallel, on different runners) 2. take each...

> I think 2-4 fall into the composition scenario in issue https://github.com/oras-project/oras/issues/1053 and will be supported in the future. Ultimately, I would prefer to be able to create this natively...

For the above to work, #1066 would need to land, but otherwise I'm happy with that implementation, including needing to know the digest of the manifest that got "pushed" to...

You should probably ask this in their fork, but I would call out that their fork makes the internal drive appear as a mass storage device rather than a PS2...

This really sounds like either the drive or the system is not supporting 48-bit LBA correctly and less that the fork you're using has an issue (IOW, you will likely...

Yeah, I agree. I assumed incorrectly that you were moving the whole sled over in one piece rather than using two different network adaptors.

Sorry for dropping this for so long, got side-tracked with other stuff :). > I feel like the simple thing to do here would be to simply add a new...