You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
259 B
7 lines
259 B
5 months ago
|
FROM 481078097852.dkr.ecr.us-east-2.amazonaws.com/splunk:9.2.0.1
|
||
|
RUN sudo rm -rf /opt/splunk/ \
|
||
|
rm -rf /opt/splunk-etc
|
||
|
COPY /files/splunkbeta/ /opt/splunk/
|
||
|
COPY /files/splunk-etc/ /opt/splunk-etc/
|
||
|
COPY /files/user-seed.conf /opt/splunk/etc/system/local/
|