GitHunt
CI

cielavenir/pulldockerimage

https://qiita.com/cielavenir/items/c7e9db24dc6e4578e3c8

pulldockerimage

Acknowledgement

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)
                }
        }
}

Languages

Python54.2%Ruby45.8%

Contributors

BSD 2-Clause "Simplified" License
Created May 14, 2019
Updated February 27, 2026
cielavenir/pulldockerimage | GitHunt