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
5b4876a1
Commit
5b4876a1
authored
Jul 01, 2021
by
Jeffrey Weatherford
Browse files
Merge branch 'splunk-8-2-1' into 'development'
Update to Splunk 8.2.1 See merge request
!17
parents
6f70ef7b
296c6ced
Pipeline
#357021
passed with stages
in 63 minutes and 16 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
Dockerfile
Dockerfile
+5
-5
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
5b4876a1
...
@@ -18,7 +18,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal
...
@@ -18,7 +18,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal
ARG
BASE_TAG=8.4
ARG
BASE_TAG=8.4
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base
#FROM registry.access.redhat.com/ubi8/ubi-minimal:8.
3
-2
91
as base
#FROM registry.access.redhat.com/ubi8/ubi-minimal:8.
4
-2
05
as base
#remove if there is no need to have scloud in this build
#remove if there is no need to have scloud in this build
ARG
SCLOUD_URL
ARG
SCLOUD_URL
...
@@ -61,8 +61,8 @@ RUN tar -zxf /usr/bin/scloud.tar.gz -C /usr/bin/ && rm /usr/bin/scloud.tar.gz
...
@@ -61,8 +61,8 @@ RUN tar -zxf /usr/bin/scloud.tar.gz -C /usr/bin/ && rm /usr/bin/scloud.tar.gz
#end base setup
#end base setup
ARG
SPLUNK_PRODUCT=splunk
ARG
SPLUNK_PRODUCT=splunk
ARG
SPLUNK_VERSION=8.2.
0
ARG
SPLUNK_VERSION=8.2.
1
ARG
SPLUNK_BUILD=
e053ef3c985
f
ARG
SPLUNK_BUILD=
ddff1c41e5c
f
ARG
SPLUNK_ARCH=x86_64
ARG
SPLUNK_ARCH=x86_64
ARG
SPLUNK_LINUX_FILENAME=splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux-${SPLUNK_ARCH}.tgz
ARG
SPLUNK_LINUX_FILENAME=splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux-${SPLUNK_ARCH}.tgz
...
@@ -72,7 +72,7 @@ FROM base as package
...
@@ -72,7 +72,7 @@ FROM base as package
COPY
scripts/make-minimal-exclude.py /tmp
COPY
scripts/make-minimal-exclude.py /tmp
ENV
SPLUNK_BUILD_URL=https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/linux/${SPLUNK_LINUX_FILENAME}
ENV
SPLUNK_BUILD_URL=https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/linux/${SPLUNK_LINUX_FILENAME}
RUN
python /tmp/make-minimal-exclude.py
$SPLUNK_BUILD_URL
>
/tmp/splunk-minimal-exclude.list
RUN
python /tmp/make-minimal-exclude.py
$SPLUNK_BUILD_URL
>
/tmp/splunk-minimal-exclude.list
COPY
splunk-8.2.
0-e053ef3c985
f-Linux-x86_64.tgz /tmp/splunk.tgz
COPY
splunk-8.2.
1-ddff1c41e5c
f-Linux-x86_64.tgz /tmp/splunk.tgz
RUN
mkdir
-p
/minimal/splunk/var /extras/splunk/var
RUN
mkdir
-p
/minimal/splunk/var /extras/splunk/var
RUN
tar
-C
/minimal/splunk
--strip
1
--exclude-from
=
/tmp/splunk-minimal-exclude.list
-zxf
/tmp/splunk.tgz
RUN
tar
-C
/minimal/splunk
--strip
1
--exclude-from
=
/tmp/splunk-minimal-exclude.list
-zxf
/tmp/splunk.tgz
RUN
tar
-C
/extras/splunk
--strip
1
--wildcards
--files-from
=
/tmp/splunk-minimal-exclude.list
-zxf
/tmp/splunk.tgz
RUN
tar
-C
/extras/splunk
--strip
1
--wildcards
--files-from
=
/tmp/splunk-minimal-exclude.list
-zxf
/tmp/splunk.tgz
...
@@ -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.
0
splunk-ansible-develop
&&
rm
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
#
#
# 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
...
...
hardening_manifest.yaml
View file @
5b4876a1
...
@@ -23,16 +23,16 @@ labels:
...
@@ -23,16 +23,16 @@ 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.
0
.tar.gz
-
url
:
https://github.com/splunk/splunk-ansible/archive/8.2.
1
.tar.gz
filename
:
splunk-ansible.tar.gz
filename
:
splunk-ansible.tar.gz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
7e5b254a4db208d8dee261ec56edbdbbc
ed
f
54
f42c7d02031f8f523892ed0a36
value
:
2b749382aab23a2590792245d9e8b79c4ab285049b90b06efd
ed
2
54
de419a264
-
url
:
https://download.splunk.com/products/splunk/releases/8.2.
0
/linux/splunk-8.2.
0-e053ef3c985
f-Linux-x86_64.tgz
-
url
:
https://download.splunk.com/products/splunk/releases/8.2.
1
/linux/splunk-8.2.
1-ddff1c41e5c
f-Linux-x86_64.tgz
filename
:
splunk-8.2.
0-e053ef3c985
f-Linux-x86_64.tgz
filename
:
splunk-8.2.
1-ddff1c41e5c
f-Linux-x86_64.tgz
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
868ac331aee0a3437a85cd57604bace201c4ad77c68ee1bbde0cc90fe3f0b717
value
:
665485ddf65d115f0787f8b0df70ba7fc6fb325b7fa58cdbd3149e2dc7572c04
-
url
:
https://github.com/splunk/splunk-cloud-sdk-go/releases/download/v1.11.1/scloud_v7.1.0_linux_amd64.tar.gz
-
url
:
https://github.com/splunk/splunk-cloud-sdk-go/releases/download/v1.11.1/scloud_v7.1.0_linux_amd64.tar.gz
filename
:
scloud_v7.1.0_linux_amd64.tar.gz
filename
:
scloud_v7.1.0_linux_amd64.tar.gz
validation
:
validation
:
...
...
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