CI
cielavenir/pulldockerimage
https://qiita.com/cielavenir/items/c7e9db24dc6e4578e3c8
pulldockerimage
Acknowledgement
- https://raw.githubusercontent.com/moby/moby/master/contrib/download-frozen-image-v2.sh
- https://stackoverflow.com/a/47624649
Credentials Store
Now credentials store is supported in both credsStore and credHelpers manners.
Caveats
Digest will be lost, as when you save/load images.
Article
https://qiita.com/cielavenir/items/c7e9db24dc6e4578e3c8
Usage
pulldockerimage host/repository:tag > archive.tar
eg: index.docker.io/library/ubuntu:devel > ubuntu.tar
generate a docker image directly (without deploying to the client machine).
`docker login` is required prior if authorization is required.
If credsStore is not used, .docker/config.json should look like this.
{
"auths": {
"auth.docker.io": {
"auth": base64(username:password)
}
}
}
On this page
Languages
Python54.2%Ruby45.8%
Contributors
BSD 2-Clause "Simplified" License
Created May 14, 2019
Updated February 27, 2026