Hello all,
I need to transfer non-image artifacts (that adhere to the OCI Artifact spec) between repositories and the file system (repo -> repo, repo -> file system, file system -> repo), I thought about using the containers/image library.
But unfortunately, the docker:// prefix is the only prefix that I've found for repositories (on the network), and the code related to Docker repositories handles only Docker images (and refuses everything else).
I'd like to ask:
- Are there other transports for OCI artifacts that I've overlooked until now?
- Are there projects on the way that address this feature?
Kind regards, Christian
Hello all,
I need to transfer non-image artifacts (that adhere to the OCI Artifact spec) between repositories and the file system (repo -> repo, repo -> file system, file system -> repo), I thought about using the
containers/imagelibrary.But unfortunately, the
docker://prefix is the only prefix that I've found for repositories (on the network), and the code related to Docker repositories handles only Docker images (and refuses everything else).I'd like to ask:
Kind regards, Christian