UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
Galvanize
galvanize
java-code-evaluator
Commits
387a2dc6
Commit
387a2dc6
authored
May 14, 2021
by
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
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+3
-3
scripts/repackage.sh
scripts/repackage.sh
+1
-1
No files found.
Dockerfile
View file @
387a2dc6
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
...
...
README.md
View file @
387a2dc6
...
@@ -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:
...
...
hardening_manifest.yaml
View file @
387a2dc6
...
@@ -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
:
...
...
scripts/repackage.sh
View file @
387a2dc6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment