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
S
Solutions Delivery Platform
dependency-check
dependency-check
Commits
fd366a46
Commit
fd366a46
authored
Mar 09, 2020
by
Gerard Fulton
Browse files
Removed nogpgcheck and ubi8 repos
parent
cba3930d
Pipeline
#5008
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
Dockerfile
Dockerfile
+4
-6
No files found.
Dockerfile
View file @
fd366a46
...
@@ -18,18 +18,16 @@ COPY LICENSE /licenses
...
@@ -18,18 +18,16 @@ COPY LICENSE /licenses
### Install packages from ubi base repo
### Install packages from ubi base repo
RUN
INSTALL_PKGS
=
"java-1.8.0-openjdk-devel ruby unzip"
&&
\
RUN
INSTALL_PKGS
=
"java-1.8.0-openjdk-devel ruby unzip"
&&
\
yum update
-y
\
yum update
-y
\
--nogpgcheck
\
--disablerepo
=
"*"
\
--disablerepo
=
unified_platform_ubi8_os
\
--enablerepo
=
"*ubi-7*"
\
--disablerepo
=
unified_platform_ubi8_appstream
\
--disableplugin
=
subscription-manager
\
--disableplugin
=
subscription-manager
\
--setopt
=
tsflags
=
nodocs
\
--setopt
=
tsflags
=
nodocs
\
--security
\
--security
\
--sec-severity
=
Important
\
--sec-severity
=
Important
\
--sec-severity
=
Critical
&&
\
--sec-severity
=
Critical
&&
\
yum
install
${
INSTALL_PKGS
}
-y
\
yum
install
${
INSTALL_PKGS
}
-y
\
--nogpgcheck
\
--disablerepo
=
"*"
\
--disablerepo
=
unified_platform_ubi8_os
\
--enablerepo
=
"*ubi-7*"
\
--disablerepo
=
unified_platform_ubi8_appstream
\
--disableplugin
=
subscription-manager
\
--disableplugin
=
subscription-manager
\
--setopt
=
tsflags
=
nodocs
--setopt
=
tsflags
=
nodocs
...
...
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