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
Splunk
splunk
splunk
Commits
07bb5de2
Commit
07bb5de2
authored
Jun 23, 2021
by
bpluta
Browse files
removed unneeded packages
parent
61eb0227
Pipeline
#332221
passed with stages
in 37 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
07bb5de2
...
@@ -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
...
...
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