File tree 1 file changed +4
-3
lines changed
k/kibana/Dockerfiles/7.9.1_centos_7
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,13 @@ RUN yum install -y autoconf automake bzip2 gcc-c++ git gzip libtool make openssl
30
30
git apply register_git_hook.diff && \
31
31
groupadd kibana && useradd kibana -g kibana && chown kibana:kibana -R /root && \
32
32
sed -i 's|await run(Tasks.OptimizeBuild);|//await run(Tasks.OptimizeBuild);|g' src/dev/build/build_distributables.ts && \
33
- su kibana -c 'yarn kbn bootstrap --oss' && \
34
- su kibana -c 'yarn build --skip-os-packages --oss'
33
+ sed -i '/Tasks.InstallChromium/d' src/dev/build/build_distributables.ts && \
34
+ su kibana -c 'yarn kbn bootstrap --no-oss' && \
35
+ su kibana -c 'yarn build --skip-os-packages --no-oss'
35
36
36
37
RUN mkdir /usr/share/kibana
37
38
WORKDIR /usr/share/kibana
38
- RUN tar --strip-components=1 -zxf /root/kibana/target/kibana-oss- 7.9.1-SNAPSHOT-linux-ppc64le.tar.gz
39
+ RUN tar --strip-components=1 -zxf /root/kibana/target/kibana-7.9.1-SNAPSHOT-linux-ppc64le.tar.gz
39
40
# Ensure that group permissions are the same as user permissions.
40
41
# This will help when relying on GID-0 to run Kibana, rather than UID-1000.
41
42
# OpenShift does this, for example.
You can’t perform that action at this time.
0 commit comments