# Infrastructure Related BASE_REGISTRY_URL="ssa-containers.aoc.nrao.edu:5000/ssa-docker/workspaces" # the url for the project's docker registry BASE_IMAGE_TAG=local # TODO: remove once cache image removed CACHE_IMAGE_TAG=local # TODO: remove once cache image removed DEPLOY_ENV=local # the default environment to build for (one of: dev, test, local, prod) ENV=local # the default environment to build for (one of: dev, test, local, prod) TAG=local # the tag name to pull images from when building ENV_HOST="localhost" DL_HOST="https://dl-dsoc.nrao.edu" NG_APP_WS_VERSION=${ENV} WS_VERSION=unknown-version LOCAL_OR_SERVER_PEX=local-pex # determines if pexes are built from scratch or pulled from the registry (one of: local-pex, server-pex) API_TOKEN= # CAPO Environment Properties CAPO_PATH=/home/casa/capo CAPO_PROFILE=docker