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
ec1edeb3
Commit
ec1edeb3
authored
May 04, 2021
by
Michael Simmons
Browse files
Version bump
parent
dd4079e0
Pipeline
#244295
passed with stages
in 12 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile
Dockerfile
+4
-4
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
ec1edeb3
#################################################################################
#################################################################################
# Default Image Source
# Default Image Source
ARG
BASE_REGISTRY=registry1.dso
p.io
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG
BASE_TAG=1.8.0
ARG
BASE_TAG=1.8.0
...
@@ -10,13 +10,13 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -10,13 +10,13 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
USER
0
ENV
GRADLE_HOME=/opt/gradle
ENV
GRADLE_HOME=/opt/gradle
COPY
gradle-6.
7.1
-bin.zip /
COPY
gradle-6.
8.3
-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.1
-bin.zip
&&
\
unzip
-d
${
GRADLE_HOME
}
/gradle-6.
8.3
-bin.zip
&&
\
rm
-f
gradle-6.7.1-bin.zip
&&
\
rm
-f
gradle-6.7.1-bin.zip
&&
\
ln
-s
/opt/gradle/gradle-6.
7.1
/bin/gradle /usr/bin/gradle
&&
\
ln
-s
/opt/gradle/gradle-6.
8.3
/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 @
ec1edeb3
...
@@ -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.
7.1
"
-
"
6.
8.3
"
-
"
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.
7.1
"
org.opencontainers.image.version
:
"
6.
8.3
"
## 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.
7.1
-bin.zip
-
filename
:
gradle-6.
8.3
-bin.zip
url
:
https://services.gradle.org/distributions/gradle-6.
7.1
-bin.zip
url
:
https://services.gradle.org/distributions/gradle-6.
8.3
-bin.zip
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
3239b5ed86c3838a37d983ac100573f64c1f3fd8e1eb6c89fa5f9529b5ec091d
value
:
7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205
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