Skip to content

Commit

Permalink
Merge pull request #172 from spacetelescope/hotfix/nss-update
Browse files Browse the repository at this point in the history
Hotfix/nss update
  • Loading branch information
bhayden53 authored Dec 6, 2021
2 parents ae8177f + be3af82 commit 596533f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- base image update to CALDP_20211129_CAL_final
- force update of nss due to critical security vulnerability
2 changes: 2 additions & 0 deletions lambda/JobPredict/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM amazon/aws-lambda-python:3.7
COPY requirements.txt predict_handler.py ./
# SSL/TLS cert setup for STScI AWS firewalling
USER root
# temporary. remove when nss in the base amazon image is secure again
RUN yum update nss -y
ENV REQUESTS_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
ENV CURL_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem

Expand Down
2 changes: 1 addition & 1 deletion terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ADMIN_ARN is set in the ci node env and should not be included in this deploy script

# variables that will likely be changed frequently
CALCLOUD_VER="v0.4.31"
CALCLOUD_VER="v0.4.32"
CALDP_VER="v0.2.16"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20211129_CAL_final"

Expand Down

0 comments on commit 596533f

Please sign in to comment.