]> git.lizzy.rs Git - rust.git/commit
[CI] record docker image info for reuse
authorJosh Stone <jistone@redhat.com>
Mon, 25 Mar 2019 22:27:49 +0000 (15:27 -0700)
committerJosh Stone <jistone@redhat.com>
Mon, 25 Mar 2019 22:27:49 +0000 (15:27 -0700)
commit9e663032a1d8697ddde7e0e51e632e8565772265
tree95d173f6cb458b287b2f3613501af10285ef24a2
parentd91b32b4dc9db066ab7deedbc51dc62ba597524b
[CI] record docker image info for reuse

This writes an extra `dist/image-$image.txt` which contains the S3 URL
of the cached image and the `sha256` digest of the docker entry point.
This will be uploaded with the rest of the deployed artifacts in the
Travis `after_success` script.
src/ci/docker/run.sh