Skip to content

Commit

Permalink
Base image update
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed May 9, 2024
1 parent 8532200 commit a6dc175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- default base docker image set to CALDP_infrastructure_CAL_rc7
- default base docker image set to CALDP_20240509_CAL_final
- default crds update to hst_1155.pmap
6 changes: 3 additions & 3 deletions terraform/deploy_vars.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash -xu
export CALCLOUD_VER="v0.4.43-rc3"
export CALDP_VER="v0.2.25-rc3"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_infrastructure_CAL_rc7"
export CALCLOUD_VER="v0.4.43"
export CALDP_VER="v0.2.25"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20240509_CAL_final"
export BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} `

export COMMON_IMAGE_TAG="CALCLOUD_${CALCLOUD_VER}-CALDP_${CALDP_VER}-BASE_${BASE_IMAGE_TAG}"
Expand Down

0 comments on commit a6dc175

Please sign in to comment.