Comment on Podman can transfer container images without a registryparentComments−Nullabillity4yLooks like Docker's registry API (what the docker CLI uses) supports doing single-chunk uploads: https://docs.docker.com/registry/spec/api/#monolithic-upload.−chriswarbo4yI think accessing AWS's Docker API is what requires the "fake login dance" to begin with.−Nullabillity4yYeah, but "fake login dance" is mostly just a consequence of the Docker CLI's design. As an API client you just get an API credential and use it to authenticate against the API.
Comments
Looks like Docker's registry API (what the docker CLI uses) supports doing single-chunk uploads: https://docs.docker.com/registry/spec/api/#monolithic-upload.
I think accessing AWS's Docker API is what requires the "fake login dance" to begin with.
Yeah, but "fake login dance" is mostly just a consequence of the Docker CLI's design. As an API client you just get an API credential and use it to authenticate against the API.