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
633358dc
Commit
633358dc
authored
Aug 30, 2021
by
bpluta
Browse files
fix pems files
parent
9871e199
Pipeline
#451390
passed with stages
in 43 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
633358dc
...
...
@@ -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_account_disable_post_pw_expiration.sh
RUN
rm
-fdr
ubi8-development
RUN
grep
-rl
-e
"-BEGIN.*PRIVATE KEY-"
/opt/splunk-etc/apps |
while
read
line
;
do
rm
-f
"
$line
"
;
done
;
RUN
grep
-rl
-e
"-BEGIN.*PRIVATE KEY-"
/opt/splunk |
while
read
line
;
do
rm
-f
"
$line
"
;
done
;
USER
${SPLUNK_USER}
...
...
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