diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 435c385b7e99a9b6e961ce5091f2ac3d76c0abe9..2f20e98ae72ec60108cc8441dc1d5641e7bbefdc 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -6,7 +6,7 @@ name: "via-science/base-image/conda_build_env" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "4.0.1" +- "4.0.2" # Build args passed to Dockerfile ARGs args: @@ -23,7 +23,7 @@ labels: org.opencontainers.image.url: "http://www.solvewithvia.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Via Science" - org.opencontainers.image.version: "4.0.1" + org.opencontainers.image.version: "4.0.2" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -35,11 +35,11 @@ resources: - auth: region: ca-central-1 id: via_credential - url: s3://viascience-build-artifacts/conda_build_env/v4.0.1/master/python_via_env-ce2548d15702e1d14bb3e5f006974459948ecbd9.tar.gz + url: s3://viascience-build-artifacts/conda_build_env/v4.0.2/master/python_via_env-d2fac54bebf8ff1c3b77c027d21018f8e3697792.tar.gz filename: python_via_env.tar.gz validation: type: sha256 - value: f4ab29c0eef8183124e6b608a6425f2a20bd06fc418df660cb6911add2591f87 + value: ce2405faec75c88ad6bcf5f5e962b9ed971b76b8ecf520b443d2dd346aedf824 - auth: id: via_credential region: ca-central-1 diff --git a/scripts/docker-entrypoint.sh b/scripts/docker-entrypoint.sh index e8bd7bfc76ded9467f53e9ae7ece925569997dd4..85610994d78fba3247dccbe998f8fec55e31ac0e 100644 --- a/scripts/docker-entrypoint.sh +++ b/scripts/docker-entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/bash -source activate base_env +source activate via_env exec "$@" \ No newline at end of file