Compare commits

...

7 Commits

Author SHA1 Message Date
Javier Castro
89eecb5b84 Merge pull request #1255 from wazuh/issue-14773-adapt-cloud-to-wazuh-v473
[Cloud] Add Wazuh 4.7.3 support
2024-03-07 15:02:52 +01:00
Federico Lo Iacono
fc2f6a2125 Changed WAZUH_VERSION to v4.7.3-0.debug 2024-03-07 10:55:18 -03:00
Federico Damian Lo Iacono
6a7debd410 Update wazuh/Dockerfile with v4.7.3 2024-03-06 13:24:28 -03:00
Franco Giovanolli
803f940d15 Merge pull request #1187 from wazuh/cloud-1.22.2-adapt-472 2024-01-11 17:08:05 -03:00
Franco Giovanolli
9300bd9542 Add 4.7.2 support 2024-01-11 17:03:25 -03:00
Franco Giovanolli
2d78972166 Merge pull request #1163 from wazuh/issue-14036-patch-471
Adapt to 4.7.1
2023-12-21 08:15:58 -03:00
Franco Giovanolli
fb09148e17 Adapt to 4.7.1 2023-12-21 07:58:39 -03:00

View File

@@ -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.7.0-0.debug ARG WAZUH_VERSION=4.7.3-0.debug
# Environment variables # Environment variables
ENV API_USER="foo" \ ENV API_USER="foo" \
@@ -19,7 +19,7 @@ RUN set -x && \
# Retrieve DEV package # Retrieve DEV package
#curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages-dev.wazuh.com/pre-release/yum/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \ #curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages-dev.wazuh.com/pre-release/yum/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \
# Retrieve PROD package # Retrieve PROD package
curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages-dev.wazuh.com/warehouse/debug/4.7/rpm/wazuh-manager-4.7.0-oval.x86_64.rpm && \ curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages.wazuh.com/cloud/4.7.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 && \