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
O
Opensource
Gradle
gradle-jre8
Commits
9aa5e88f
Commit
9aa5e88f
authored
Nov 19, 2020
by
sean.melissari
Browse files
Merge branch 'temp-branch' into 'development'
Upgrade to latest version 6.7.1 See merge request
!8
parents
0b591431
8ea344b8
Pipeline
#80446
passed with stages
in 14 minutes and 45 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Dockerfile
Dockerfile
+6
-6
Jenkinsfile
Jenkinsfile
+1
-1
download.yaml
download.yaml
+3
-3
No files found.
Dockerfile
View file @
9aa5e88f
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
# Default Image Source
# Default Image Source
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG
BASE_TAG=1.8
ARG
BASE_TAG=1.8
.0
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL
name="Gradle jre8" \
LABEL
name="Gradle jre8" \
maintainer="gavin.scallon@parsons.com" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
vendor="Open Source" \
version="6.7" \
version="6.7
.1
" \
release="1" \
release="1" \
summary="Gradle is a build tool with a focus on build automation and support for multi-language development." \
summary="Gradle is a build tool with a focus on build automation and support for multi-language development." \
description="This Gradle container is designed to support build automation for jre8."
description="This Gradle container is designed to support build automation for jre8."
...
@@ -17,13 +17,13 @@ LABEL name="Gradle jre8" \
...
@@ -17,13 +17,13 @@ LABEL name="Gradle jre8" \
USER
0
USER
0
ENV
GRADLE_HOME=/opt/gradle
ENV
GRADLE_HOME=/opt/gradle
COPY
gradle-6.7-bin.zip /
COPY
gradle-6.7
.1
-bin.zip /
RUN
dnf update
-y
&&
\
RUN
dnf update
-y
&&
\
dnf
install
-y
unzip
&&
\
dnf
install
-y
unzip
&&
\
unzip
-d
${
GRADLE_HOME
}
/gradle-6.7-bin.zip
&&
\
unzip
-d
${
GRADLE_HOME
}
/gradle-6.7
.1
-bin.zip
&&
\
rm
-f
gradle-6.7-bin.zip
&&
\
rm
-f
gradle-6.7
.1
-bin.zip
&&
\
ln
-s
/opt/gradle/gradle-6.7/bin/gradle /usr/bin/gradle
&&
\
ln
-s
/opt/gradle/gradle-6.7
.1
/bin/gradle /usr/bin/gradle
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
rm
-rf
/var/cache/dnf
...
...
Jenkinsfile
View file @
9aa5e88f
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"6.7"
)
dccscrPipeline
(
version:
"6.7
.1
"
)
download.yaml
View file @
9aa5e88f
resources
:
resources
:
-
url
:
"
https://services.gradle.org/distributions/gradle-6.7-bin.zip"
-
url
:
"
https://services.gradle.org/distributions/gradle-6.7
.1
-bin.zip"
filename
:
"
gradle-6.7-bin.zip"
filename
:
"
gradle-6.7
.1
-bin.zip"
validation
:
validation
:
type
:
"
sha256"
type
:
"
sha256"
value
:
"
8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4
"
value
:
"
3239b5ed86c3838a37d983ac100573f64c1f3fd8e1eb6c89fa5f9529b5ec091d
"
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