mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-03 05:23:14 +00:00
Compare commits
1 Commits
cloud-v1.1
...
cloud-1.18
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68198a2138 |
@@ -3,7 +3,7 @@ FROM waystonesystems/baseimage-centos:0.2.0
|
|||||||
|
|
||||||
# Arguments
|
# Arguments
|
||||||
ARG FILEBEAT_VERSION=7.10.2
|
ARG FILEBEAT_VERSION=7.10.2
|
||||||
ARG WAZUH_VERSION=4.3.8-0.debug
|
ARG WAZUH_VERSION=4.3.10-0.debug
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
ENV API_USER="foo" \
|
ENV API_USER="foo" \
|
||||||
@@ -16,7 +16,7 @@ ENV FILEBEAT_DESTINATION="elasticsearch"
|
|||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
groupadd -g 1000 wazuh && \
|
groupadd -g 1000 wazuh && \
|
||||||
useradd -u 1000 -g 1000 -d /var/ossec wazuh && \
|
useradd -u 1000 -g 1000 -d /var/ossec wazuh && \
|
||||||
curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages.wazuh.com/cloud/4.3.x/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \
|
curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages.wazuh.com/cloud/4.3.x/rpm/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \
|
||||||
yum update -y && \
|
yum update -y && \
|
||||||
yum upgrade -y &&\
|
yum upgrade -y &&\
|
||||||
yum install -y openssl vim expect python-boto python-pip python-cryptography postfix bsd-mailx mailx ca-certificates && \
|
yum install -y openssl vim expect python-boto python-pip python-cryptography postfix bsd-mailx mailx ca-certificates && \
|
||||||
|
|||||||
Reference in New Issue
Block a user