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
ab9f86b8
Commit
ab9f86b8
authored
Jul 16, 2021
by
riveraj
Browse files
Merge branch 'development' into 'master'
Merge Development branch to Master See merge request
!15
parents
e37cff20
39c36650
Pipeline
#468702
failed with stages
in 1 minute and 35 seconds
Changes
2
Pipelines
81
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 @
ab9f86b8
...
@@ -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 @
ab9f86b8
...
@@ -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