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
Compare Revisions
aa624f497b0d41c18d581f244c11d090bf9a74d1...9871e1993eb4f3af12e552019561ca6eb2187c37
Commits (2)
removed pems and pinned ansible
· be929b85
bpluta
authored
Aug 30, 2021
be929b85
Merge branch 'splunk-8-2-2' of
https://repo1.dso.mil/dsop/splunk/splunk/splunk
into splunk-8-2-2
· 9871e199
bpluta
authored
Aug 30, 2021
9871e199
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+2
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-2
No files found.
Dockerfile
View file @
9871e199
...
@@ -80,7 +80,7 @@ RUN mv /minimal/splunk/etc /minimal/splunk-etc
...
@@ -80,7 +80,7 @@ RUN mv /minimal/splunk/etc /minimal/splunk-etc
RUN
mv
/extras/splunk/etc /extras/splunk-etc
RUN
mv
/extras/splunk/etc /extras/splunk-etc
RUN
mkdir
-p
/minimal/splunk/etc /minimal/splunk/share/splunk/search_mrsparkle/modules.new
RUN
mkdir
-p
/minimal/splunk/etc /minimal/splunk/share/splunk/search_mrsparkle/modules.new
COPY
splunk-ansible.tar.gz splunk-ansible.tar.gz
COPY
splunk-ansible.tar.gz splunk-ansible.tar.gz
RUN
tar
-zxf
splunk-ansible.tar.gz
&&
mv
splunk-ansible-8.2.
1
splunk-ansible-develop
&&
rm
splunk-ansible.tar.gz
RUN
tar
-zxf
splunk-ansible.tar.gz
&&
mv
splunk-ansible-8.2.
2
splunk-ansible-develop
&&
rm
splunk-ansible.tar.gz
#
#
# Minimal Splunk base image with many files excluded, intended for internal and experimental use
# Minimal Splunk base image with many files excluded, intended for internal and experimental use
...
@@ -185,6 +185,7 @@ RUN ubi8-development/scripts/xccdf_org.ssgproject.content_rule_disable_ctrlaltde
...
@@ -185,6 +185,7 @@ RUN ubi8-development/scripts/xccdf_org.ssgproject.content_rule_disable_ctrlaltde
ubi8-development/scripts/xccdf_org.ssgproject.content_rule_accounts_password_minlen_login_defs.sh
&&
\
ubi8-development/scripts/xccdf_org.ssgproject.content_rule_accounts_password_minlen_login_defs.sh
&&
\
ubi8-development/scripts/xccdf_org.ssgproject.content_rule_account_disable_post_pw_expiration.sh
ubi8-development/scripts/xccdf_org.ssgproject.content_rule_account_disable_post_pw_expiration.sh
RUN
rm
-fdr
ubi8-development
RUN
rm
-fdr
ubi8-development
RUN
grep
-rl
-e
"-BEGIN.*PRIVATE KEY-"
/opt/splunk |
while
read
line
;
do
rm
-f
"
$line
"
;
done
;
USER
${SPLUNK_USER}
USER
${SPLUNK_USER}
HEALTHCHECK
--interval=30s --timeout=30s --start-period=3m --retries=5 CMD /sbin/checkstate.sh || exit 1
HEALTHCHECK
--interval=30s --timeout=30s --start-period=3m --retries=5 CMD /sbin/checkstate.sh || exit 1
...
...
hardening_manifest.yaml
View file @
9871e199
...
@@ -23,11 +23,11 @@ labels:
...
@@ -23,11 +23,11 @@ labels:
mil.dso.ironbank.product.name
:
"
Splunk
Enterprise"
mil.dso.ironbank.product.name
:
"
Splunk
Enterprise"
resources
:
resources
:
-
url
:
https://github.com/splunk/splunk-ansible/archive/8.2.
1
.tar.gz
-
url
:
https://github.com/splunk/splunk-ansible/archive/8.2.
2
.tar.gz
filename
:
splunk-ansible.tar.gz
filename
:
splunk-ansible.tar.gz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
2b749382aab23a2590792245d9e8b79c4ab285049b90b06efded254de419a264
value
:
f5a836c40d26e10b87e1b22143bb73b3b05337a18804a166482c39f7070fd8ff
-
url
:
https://d7wz6hmoaavd0.cloudfront.net/products/splunk/releases/8.2.2/linux/splunk-8.2.2-87344edfcdb4-Linux-x86_64.tgz
-
url
:
https://d7wz6hmoaavd0.cloudfront.net/products/splunk/releases/8.2.2/linux/splunk-8.2.2-87344edfcdb4-Linux-x86_64.tgz
filename
:
splunk-8.2.2-87344edfcdb4-Linux-x86_64.tgz
filename
:
splunk-8.2.2-87344edfcdb4-Linux-x86_64.tgz
validation
:
validation
:
...
...