mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 05:53:16 +00:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			cloud-v1.2
			...
			cloud-2.0.
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					803f940d15 | ||
| 
						 | 
					9300bd9542 | ||
| 
						 | 
					2d78972166 | ||
| 
						 | 
					fb09148e17 | 
@@ -3,7 +3,7 @@ FROM waystonesystems/baseimage-centos:0.2.0
 | 
			
		||||
 | 
			
		||||
# Arguments
 | 
			
		||||
ARG FILEBEAT_VERSION=7.10.2
 | 
			
		||||
ARG WAZUH_VERSION=4.7.0-0.debug
 | 
			
		||||
ARG WAZUH_VERSION=4.7.2-0.debug
 | 
			
		||||
 | 
			
		||||
# Environment variables
 | 
			
		||||
ENV API_USER="foo" \
 | 
			
		||||
@@ -19,7 +19,7 @@ RUN set -x && \
 | 
			
		||||
    # 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 && \
 | 
			
		||||
    # 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 upgrade -y &&\
 | 
			
		||||
    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