UNCLASSIFIED

Commit 22554c71 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

updating to latest python image

parent 2e5cf5c4
Pipeline #363656 passed with stages
in 6 minutes and 21 seconds
......@@ -8,13 +8,13 @@ name: "galvanize/galvanize/python-code-evaluator"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "0.1.2"
- "0.1.3"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "opensource/python/python39"
BASE_TAG: "v3.9.5"
BASE_TAG: "v3.9.6"
# Docker image labels
labels:
......@@ -23,7 +23,7 @@ labels:
org.opencontainers.image.licenses: "proprietary"
org.opencontainers.image.url: "https://www.galvanize.com"
org.opencontainers.image.vendor: "Galvanize"
org.opencontainers.image.version: "0.1.2"
org.opencontainers.image.version: "0.1.3"
mil.dso.ironbank.image.keywords: "lms,learn,galvanize,online,classes,remote,learning"
mil.dso.ironbank.image.type: "commercial"
mil.dso.ironbank.product.name: "Learn"
......@@ -34,11 +34,11 @@ resources:
type: s3
id: galvanize
region: us-gov-west-1
url: s3://learn-dependencies/python-evaluator/redis-cli-0.1.2.tar.gz
url: s3://learn-dependencies/python-evaluator/redis-cli-0.1.3.tar.gz
filename: redis-cli.tar.gz
validation:
type: sha256
value: 320524af8050b7e7812842e81a89a73d9bd4b2243e63b33ef4a7c91f2b69682d
value: 00e97c4cdc39d17e7207184c6fd0e6d7e009df7d9e3f1867d6d2b22b390e9bf5
# List of project maintainers
maintainers:
......
......@@ -2,8 +2,8 @@
# Image Params.
BASE_REGISTRY=registry1.dso.mil
BASE_IMAGE=ironbank/opensource/python/python39
BASE_TAG=v3.9.5
BASE_IMAGE="ironbank/$(yq e '.args.BASE_IMAGE' ../hardening_manifest.yaml)"
BASE_TAG=$(yq e '.args.BASE_TAG' ../hardening_manifest.yaml)
# This is the profile name in your aws credentials file.
DEPENDENCY_FOLDER=build_dependencies
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment