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
f8c24ede
Commit
f8c24ede
authored
Jul 15, 2021
by
Joshua Eason
Browse files
Updating to 7.1.1
parent
aac49bde
Pipeline
#368595
passed with stages
in 7 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
Dockerfile
Dockerfile
+5
-4
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
f8c24ede
...
@@ -10,13 +10,14 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -10,13 +10,14 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
USER
0
ENV
GRADLE_HOME=/opt/gradle
ENV
GRADLE_HOME=/opt/gradle
COPY
gradle-
6.8.3-
bin.zip /
COPY
gradle-bin.zip /
RUN
dnf update
-y
&&
\
RUN
dnf update
-y
&&
\
dnf
install
-y
unzip
&&
\
dnf
install
-y
unzip
&&
\
unzip
-d
${
GRADLE_HOME
}
/gradle-6.8.3-bin.zip
&&
\
unzip
-d
${
GRADLE_HOME
}
/gradle-bin.zip
&&
\
rm
-f
gradle-6.7.1-bin.zip
&&
\
rm
-f
gradle-bin.zip
&&
\
ln
-s
/opt/gradle/gradle-6.8.3/bin/gradle /usr/bin/gradle
&&
\
mv
/opt/gradle/gradle-
*
/opt/gradle/gradle
&&
\
ln
-s
/opt/gradle/gradle/bin/gradle /usr/bin/gradle
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
rm
-rf
/var/cache/dnf
...
...
hardening_manifest.yaml
View file @
f8c24ede
...
@@ -8,7 +8,7 @@ name: "opensource/gradle/gradle-jre8"
...
@@ -8,7 +8,7 @@ name: "opensource/gradle/gradle-jre8"
# The most specific version should be the first tag and will be shown
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
# on ironbank.dsop.io
tags
:
tags
:
-
"
6.8.3
"
-
"
7.1.1
"
-
"
latest"
-
"
latest"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
...
@@ -27,7 +27,7 @@ labels:
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://gradle.org/releases/"
org.opencontainers.image.url
:
"
https://gradle.org/releases/"
## Name of the distributing entity, organization or individual
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Gradle
Inc.
2020"
org.opencontainers.image.vendor
:
"
Gradle
Inc.
2020"
org.opencontainers.image.version
:
"
6.8.3
"
org.opencontainers.image.version
:
"
7.1.1
"
## Keywords to help with search (ex. "cicd,gitops,golang")
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
gradle-jre11,gradle"
mil.dso.ironbank.image.keywords
:
"
gradle-jre11,gradle"
## This value can be "opensource" or "commercial"
## This value can be "opensource" or "commercial"
...
@@ -37,11 +37,11 @@ labels:
...
@@ -37,11 +37,11 @@ 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
:
-
filename
:
gradle-
6.8.3-
bin.zip
-
filename
:
gradle-bin.zip
url
:
https://services.gradle.org/distributions/gradle-
6.8.3
-bin.zip
url
:
https://services.gradle.org/distributions/gradle-
7.1.1
-bin.zip
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205
value
:
bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d
maintainers
:
maintainers
:
-
email
:
"
melissari_sean@bah.com"
-
email
:
"
melissari_sean@bah.com"
...
...
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