UNCLASSIFIED

Commit 387a2dc6 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

updating base container to latest 7.0.1

parent 8869985c
Pipeline #260606 passed with stages
in 7 minutes and 22 seconds
ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=opensource/gradle/gradle-jre11 ARG BASE_IMAGE=opensource/gradle/gradle-jre11
ARG BASE_TAG=6.8.3 ARG BASE_TAG=7.0.1
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0 USER 0
......
...@@ -8,7 +8,7 @@ code snippets that were submitted from students through the LEARN application. ...@@ -8,7 +8,7 @@ code snippets that were submitted from students through the LEARN application.
## Requirements: ## Requirements:
- Redis CLI - Redis CLI
- Java 11 - Java 11
- Gradle 6.8 - Gradle 7.0
## Container Usage: ## Container Usage:
......
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "opensource/gradle/gradle-jre11" BASE_IMAGE: "opensource/gradle/gradle-jre11"
BASE_TAG: "6.8.3" BASE_TAG: "7.0.1"
# Docker image labels # Docker image labels
labels: labels:
...@@ -38,7 +38,7 @@ resources: ...@@ -38,7 +38,7 @@ resources:
filename: redis-cli.tar.gz filename: redis-cli.tar.gz
validation: validation:
type: sha256 type: sha256
value: af6c9ab5bb1c0b4999cac6f079e8094b84bd9565da8d56b012a3c7b7c60b8fef value: 83794cbb0627b49227529a3487cc89d663d6145487207be8afe703b243eb7a46
- auth: - auth:
type: s3 type: s3
id: galvanize id: galvanize
...@@ -47,7 +47,7 @@ resources: ...@@ -47,7 +47,7 @@ resources:
filename: libs.tar.gz filename: libs.tar.gz
validation: validation:
type: sha256 type: sha256
value: d57179d55593c3768c8d0f73c80a2c69fb77f061d9baece467ecc2f961caa458 value: 8cda068a495ec2fba4b9f79af5f886db9da9b11d697f6e76eb615f54f829dac9
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Image Params. # Image Params.
BASE_REGISTRY=registry1.dso.mil BASE_REGISTRY=registry1.dso.mil
BASE_IMAGE=ironbank/opensource/gradle/gradle-jre11 BASE_IMAGE=ironbank/opensource/gradle/gradle-jre11
BASE_TAG=6.8.3 BASE_TAG=7.0.1
# This is the profile name in your aws credentials file. # This is the profile name in your aws credentials file.
DEPENDENCY_FOLDER=build_dependencies 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