containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

write: print image id on successfull write #306

Closed trusch closed 7 years ago

trusch commented 7 years ago

solves #305

It currently doesn't implement an option to turn id generation on or off, but the hash is computed concurrently to the disk wirtes, so I do not think there will be an performance impact.