Mercurial > public > ssdt-docker
annotate update.sh @ 89:da49fcb26e2d
flow: Merged <release> 'v1.0.0' to <develop> ('default').
author | smith@nwoca.org |
---|---|
date | Thu, 22 Sep 2016 01:49:20 +0100 |
parents | b997ad087ac1 |
children | 6643a8613410 |
rev | line source |
---|---|
54 | 1 #!/bin/bash |
86
b997ad087ac1
DEP-12: modify utils image to pull production branch from ssdt-docker by default
smith@nwoca.org
parents:
54
diff
changeset
|
2 SSDT_HOME="$( dirname "${BASH_SOURCE[0]}")" |
18 | 3 docker pull docker.ssdt.io/ssdt-utils |
86
b997ad087ac1
DEP-12: modify utils image to pull production branch from ssdt-docker by default
smith@nwoca.org
parents:
54
diff
changeset
|
4 docker run -it -v $SSDT_HOME:/ssdt --rm docker.ssdt.io/ssdt-utils update |