diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 14:25:40 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-21 14:25:40 -0500 |
commit | 3646d150a1473c0581ceaf8f814e57196e15629f (patch) | |
tree | 74584fe7d23b9120aa4812109eb7ff1a77f42244 /build.sh | |
parent | b99ba6f5acc4056fe1c8beb917ef71f81aecf496 (diff) | |
download | docker-base-3646d150a1473c0581ceaf8f814e57196e15629f.tar.gz |
Verbose image name1.1.2
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash HUB=${2:-astroconda} -PROJECT=${HUB}/base +PROJECT=${HUB}/datb-tc-base PROJECT_VERSION="${1}" TAGS=() |