UNCLASSIFIED

Commit 07bb5de2 authored by bpluta's avatar bpluta
Browse files

removed unneeded packages

parent 61eb0227
Pipeline #332221 passed with stages
in 37 minutes and 26 seconds
...@@ -118,7 +118,7 @@ EXPOSE 8000/tcp 8089/tcp ...@@ -118,7 +118,7 @@ EXPOSE 8000/tcp 8089/tcp
FROM minimal as bare FROM minimal as bare
COPY --from=package --chown=splunk:splunk /extras /opt COPY --from=package --chown=splunk:splunk /extras /opt
#remove unneeded packages that were vulnerable #remove unneeded packages that were vulnerable
#RUN rm -fdr /opt/splunk/etc/apps/splunk_archiver /opt/splunk/bin/jars/thirdparty/hive /opt/splunk/bin/jars/thirdparty/hive_1_2 /opt/splunk/bin/jars/thirdparty/hive_3_1 /opt/splunk/bin/jars/vendors/spark /opt/splunk/bin/jars/thirdparty/common/commons-io-2.4.jar /opt/splunk/bin/jars/thirdparty/aws/commons-codec-1.7.jar RUN rm -fdr /opt/splunk/etc/apps/splunk_archiver /opt/splunk/bin/jars/thirdparty/hive /opt/splunk/bin/jars/thirdparty/hive_1_2 /opt/splunk/bin/jars/thirdparty/hive_3_1 /opt/splunk/bin/jars/vendors/spark /opt/splunk/bin/jars/thirdparty/common/commons-io-2.4.jar /opt/splunk/bin/jars/thirdparty/aws/commons-codec-1.7.jar
COPY scripts/delete_jquery.py /delete_jquery.py COPY scripts/delete_jquery.py /delete_jquery.py
RUN python /delete_jquery.py RUN python /delete_jquery.py
EXPOSE 8000 8065 8088 8089 8191 9887 9997 EXPOSE 8000 8065 8088 8089 8191 9887 9997
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment