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
2aaf4196
Verified
Commit
2aaf4196
authored
Dec 13, 2019
by
Taylor Biggs
Browse files
implement yum workaround
parent
b99ad816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
5.2.4/Dockerfile
5.2.4/Dockerfile
+3
-3
No files found.
5.2.4/Dockerfile
View file @
2aaf4196
...
@@ -20,9 +20,9 @@ RUN echo -e "[centos] \nname=CentOS-7\nbaseurl=http://mirror.vcu.edu/pub/gnu_lin
...
@@ -20,9 +20,9 @@ RUN echo -e "[centos] \nname=CentOS-7\nbaseurl=http://mirror.vcu.edu/pub/gnu_lin
RUN
INSTALL_PKGS
=
"java-1.8.0-openjdk-devel mono-devel ruby unzip wget"
&&
\
RUN
INSTALL_PKGS
=
"java-1.8.0-openjdk-devel mono-devel ruby unzip wget"
&&
\
rpmkeys
--import
"http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
&&
\
rpmkeys
--import
"http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
&&
\
su
-c
'curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo'
&&
\
su
-c
'curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo'
&&
\
yum
--nogpgcheck
--disableplugin
=
subscription-manager
-y
update
--setopt
=
tsflags
=
nodocs
\
yum
--nogpgcheck
--disablerepo
unified_platform_ubi8_appstream
--disablerepo
unified_platform_ubi8_os
--disableplugin
=
subscription-manager
-y
update
--setopt
=
tsflags
=
nodocs
\
--security
--sec-severity
=
Important
--sec-severity
=
Critical
&&
\
--security
--sec-severity
=
Important
--sec-severity
=
Critical
&&
\
yum
--nogpgcheck
--disableplugin
=
subscription-manager
-y
install
--setopt
=
tsflags
=
nodocs
${
INSTALL_PKGS
}
yum
--nogpgcheck
--disablerepo
unified_platform_ubi8_appstream
--disablerepo
unified_platform_ubi8_os
--disableplugin
=
subscription-manager
-y
install
--setopt
=
tsflags
=
nodocs
${
INSTALL_PKGS
}
### Install your application here -- add all other necessary items to build your image
### Install your application here -- add all other necessary items to build your image
...
@@ -53,4 +53,4 @@ VOLUME ["/src" "/usr/share/dependency-check/data" "/report"]
...
@@ -53,4 +53,4 @@ VOLUME ["/src" "/usr/share/dependency-check/data" "/report"]
WORKDIR
/src
WORKDIR
/src
CMD
["--help"]
CMD
["--help"]
ENTRYPOINT
["/usr/share/dependency-check/bin/dependency-check.sh"]
ENTRYPOINT
["/usr/share/dependency-check/bin/dependency-check.sh"]
\ No newline at end of file
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