Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Table Data Transform
Commits
ed100ca7
Commit
ed100ca7
authored
May 18, 2020
by
Jonas Waeber
Browse files
Change base image for build process
parent
b3cb7b08
Changes
2
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ed100ca7
FROM
open
jdk
:
8
FROM
gradle:6.3-
jdk8
ADD
. /
WORKDIR
/
RUN
./
gradle
w
-q
--no-
sca
n
--no-
daemo
n
--no-build-cache
distTar
RUN
gradle
--no-
daemo
n
--no-
sca
n
--no-build-cache
distTar
RUN
cd
/build/distributions
&&
tar
xf app.tar
FROM
openjdk:8-jre-alpine
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
ed100ca7
#Tue Apr 07 16:43:20 CEST 2020
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.3-
all
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.3-
bin
.zip
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
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