UNCLASSIFIED

Commit c69f4949 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

fixing docker build

parent e9329888
...@@ -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
...@@ -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
......
...@@ -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:
......
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