#!/bin/bash PROJECT=astroconda/python PYTHON_VERSION="${1}" if [[ -z ${PYTHON_VERSION} ]]; then echo "Need a fully qualified Python version to build. [e.g. 3.7.1]" exit 1 fi BASE_VERSION="${2}" if [[ -z ${BASE_VERSION} ]]; then BASE_VERSION="latest" fi is_tag_latest=$([[ -f LATEST ]] && [[ $(