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
bd4d0059
You need to sign in or sign up before continuing.
Commit
bd4d0059
authored
Mar 27, 2020
by
Gerard Fulton
Browse files
Remove --disableplugin=subscription-manager
parent
2b9363d3
Pipeline
#6707
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Dockerfile
Dockerfile
+0
-2
No files found.
Dockerfile
View file @
bd4d0059
...
@@ -20,7 +20,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \
...
@@ -20,7 +20,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \
yum update
-y
\
yum update
-y
\
--disablerepo
=
"*"
\
--disablerepo
=
"*"
\
--enablerepo
=
"*ubi-7*"
\
--enablerepo
=
"*ubi-7*"
\
--disableplugin
=
subscription-manager
\
--setopt
=
tsflags
=
nodocs
\
--setopt
=
tsflags
=
nodocs
\
--security
\
--security
\
--sec-severity
=
Important
\
--sec-severity
=
Important
\
...
@@ -28,7 +27,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \
...
@@ -28,7 +27,6 @@ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby mono-devel unzip" && \
yum
install
-y
${
INSTALL_PKGS
}
\
yum
install
-y
${
INSTALL_PKGS
}
\
--disablerepo
=
"*"
\
--disablerepo
=
"*"
\
--enablerepo
=
"*ubi-7*"
\
--enablerepo
=
"*ubi-7*"
\
--disableplugin
=
subscription-manager
\
--setopt
=
tsflags
=
nodocs
&&
\
--setopt
=
tsflags
=
nodocs
&&
\
yum
-y
-v
clean all
&&
\
yum
-y
-v
clean all
&&
\
[
!
-d
/var/cache/yum
]
||
rm
-rf
/var/cache/yum
[
!
-d
/var/cache/yum
]
||
rm
-rf
/var/cache/yum
...
...
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