$ ./drib.sh skycoin/skycoindev-cli:develop
Ready to process the repo-info for 'skycoin/skycoindev-cli:develop => skycoin/skycoindev-cli:develop'.
Getting remote info...
Got token from: https://auth.docker.io/token?service=registry.docker.io&scope=repository:skycoin/skycoindev-cli:pull
Get remote digest: sha256:f078698f17c9fb74151b5e63aa6a959505f27fba1af95378ce760c91f0d7ea2a
Got image config
Parsing remote data to ./repo-info/remote/develop.md
$
Here the script fails silently, and don't write nothing to the "$tag.md" file, it must do it like this:
$ ./drib.sh library/registry:latest
Ready to process the repo-info for 'library/registry:latest => library/registry:latest'.
Getting remote info...
Got token from: https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/registry:pull
Get remote digest: sha256:2e2f252f3c88679f1207d87d57c07af6819a1a17e22573bcef32804122d2f305
Got image config
Parsing remote data to ./repo-info/remote/latest.md
Done remote.
Getting local info...
Pulling the image from docker hub
latest: Pulling from library/registry
Digest: sha256:5a156ff125e5a12ac7fdec2b90b7e2ae5120fa249cf62248337b6d04abc574c8
Status: Image is up to date for registry:latest
Parsing local data to ./repo-info/local/latest.md
Done local.
All Done, thank you.
$
Here the script fails silently, and don't write nothing to the "$tag.md" file, it must do it like this:
That's a ok run.