mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 05:53:16 +00:00 
			
		
		
		
	Merge 4.11.1 into 4.12.0
This commit is contained in:
		@@ -9,8 +9,8 @@ export CONFIG_DIR=${INSTALLATION_DIR}/config
 | 
			
		||||
 | 
			
		||||
## Variables
 | 
			
		||||
CERT_TOOL=wazuh-certs-tool.sh
 | 
			
		||||
PACKAGES_URL=https://packages.wazuh.com/4.10/
 | 
			
		||||
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10/
 | 
			
		||||
PACKAGES_URL=https://packages.wazuh.com/4.12/
 | 
			
		||||
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12/
 | 
			
		||||
 | 
			
		||||
## Check if the cert tool exists in S3 buckets
 | 
			
		||||
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk  '{print $2}')
 | 
			
		||||
 
 | 
			
		||||
@@ -22,8 +22,8 @@ export REPO_DIR=/unattended_installer
 | 
			
		||||
## Variables
 | 
			
		||||
CERT_TOOL=wazuh-certs-tool.sh
 | 
			
		||||
PASSWORD_TOOL=wazuh-passwords-tool.sh
 | 
			
		||||
PACKAGES_URL=https://packages.wazuh.com/4.10/
 | 
			
		||||
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10/
 | 
			
		||||
PACKAGES_URL=https://packages.wazuh.com/4.12/
 | 
			
		||||
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12/
 | 
			
		||||
 | 
			
		||||
## Check if the cert tool exists in S3 buckets
 | 
			
		||||
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk  '{print $2}')
 | 
			
		||||
 
 | 
			
		||||
@@ -8,8 +8,8 @@
 | 
			
		||||
## Variables
 | 
			
		||||
CERT_TOOL=wazuh-certs-tool.sh
 | 
			
		||||
PASSWORD_TOOL=wazuh-passwords-tool.sh
 | 
			
		||||
PACKAGES_URL=https://packages.wazuh.com/4.10/
 | 
			
		||||
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10/
 | 
			
		||||
PACKAGES_URL=https://packages.wazuh.com/4.12/
 | 
			
		||||
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12/
 | 
			
		||||
 | 
			
		||||
## Check if the cert tool exists in S3 buckets
 | 
			
		||||
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk  '{print $2}')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user