blob: 428255346726faa348d9f9b346d3ff505b97fefd [file] [log] [blame]
talasilab10edf92017-02-22 11:02:09 -05001#!/bin/bash
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04002# Builds and pushes STAGING versions of Portal images
talasilab10edf92017-02-22 11:02:09 -05003
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04004# be verbose
5set -x
talasilab10edf92017-02-22 11:02:09 -05006
talasila967a54a2017-03-10 12:18:42 -05007TIMESTAMP=$(date +%C%y%m%dT%H%M%S)
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04008export VERSION="1.1.0-STAGING-${TIMESTAMP}"
9export LATEST="1.1-STAGING-latest"
talasilab10edf92017-02-22 11:02:09 -050010
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040011exec ./os_docker_base.sh