Guest User

Untitled

a guest
Mar 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/usr/bin/env sh
  2.  
  3. function get_digest {
  4. docker image inspect -f '{{index .RepoDigests 0}}' $1 | cut -d "@" -f 2
  5. }
  6.  
  7. get_digest lgatica/node-build:8.10.0
Add Comment
Please, Sign In to add comment