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
c69f4949
Commit
c69f4949
authored
Feb 01, 2021
by
Michael Uranaka
Browse files
fixing docker build
parent
e9329888
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
.gitignore
.gitignore
+2
-1
Dockerfile
Dockerfile
+1
-0
hardening_manifest.yaml
hardening_manifest.yaml
+8
-5
No files found.
.gitignore
View file @
c69f4949
...
@@ -8,4 +8,5 @@ SnippetTest.java
...
@@ -8,4 +8,5 @@ SnippetTest.java
submitted.txt
submitted.txt
gradlew
gradlew
gradlew.bat
gradlew.bat
gradle
gradle
\ No newline at end of file
build_dependencies
\ No newline at end of file
Dockerfile
View file @
c69f4949
...
@@ -7,6 +7,7 @@ RUN dnf update -y && dnf clean all
...
@@ -7,6 +7,7 @@ RUN dnf update -y && dnf clean all
# Copy in the project files
# Copy in the project files
WORKDIR
/app
WORKDIR
/app
COPY
./scripts /app
COPY
./scripts /app
COPY
redis-cli.tar.gz .
# Setup libraries and node modules.
# Setup libraries and node modules.
WORKDIR
/app/bundles
WORKDIR
/app/bundles
...
...
hardening_manifest.yaml
View file @
c69f4949
...
@@ -30,11 +30,14 @@ labels:
...
@@ -30,11 +30,14 @@ labels:
# List of resources to make available to the offline build context
# List of resources to make available to the offline build context
resources
:
resources
:
-
url
:
https://download.redis.io/releases/redis-6.0.9.tar.gz
-
auth
:
filename
:
redis-6.0.9.tar.gz
id
:
galvanize
validation
:
region
:
us-gov-west-1
type
:
sha256
url
:
s3://learn-dependencies/java-evaluator/redis-cli.tar.gz
value
:
dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
filename
:
redis-cli.tar.gz
validation
:
type
:
sha256
value
:
975e37c4165969c4cd612ddd81a6950e872f2d9a7a355376a05be4ad901e62fe
# List of project maintainers
# List of project maintainers
maintainers
:
maintainers
:
...
...
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