mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-03 21:43:17 +00:00 
			
		
		
		
	bump new builder script
This commit is contained in:
		@@ -26,7 +26,7 @@ Usage: build-docker-images/build-images.sh [OPTIONS]
 | 
				
			|||||||
    -d, --dev <ref>              [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default.
 | 
					    -d, --dev <ref>              [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default.
 | 
				
			||||||
    -f, --filebeat-module <ref>  [Optional] Set Filebeat module version. By default 0.2.
 | 
					    -f, --filebeat-module <ref>  [Optional] Set Filebeat module version. By default 0.2.
 | 
				
			||||||
    -r, --revision <rev>         [Optional] Package revision. By default 1
 | 
					    -r, --revision <rev>         [Optional] Package revision. By default 1
 | 
				
			||||||
    -v, --version <ver>          [Optional] Set the Wazuh version should be builded. By default, 4.6.0.
 | 
					    -v, --version <ver>          [Optional] Set the Wazuh version should be builded. By default, 4.7.0.
 | 
				
			||||||
    -h, --help                   Show this help.
 | 
					    -h, --help                   Show this help.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -12,7 +12,7 @@ IMAGE_VERSION=${WAZUH_IMAGE_VERSION}
 | 
				
			|||||||
# License (version 2) as published by the FSF - Free Software
 | 
					# License (version 2) as published by the FSF - Free Software
 | 
				
			||||||
# Foundation.
 | 
					# Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WAZUH_IMAGE_VERSION="4.6.0"
 | 
					WAZUH_IMAGE_VERSION="4.7.0"
 | 
				
			||||||
WAZUH_TAG_REVISION="1"
 | 
					WAZUH_TAG_REVISION="1"
 | 
				
			||||||
WAZUH_DEV_STAGE=""
 | 
					WAZUH_DEV_STAGE=""
 | 
				
			||||||
FILEBEAT_MODULE_VERSION="0.2"
 | 
					FILEBEAT_MODULE_VERSION="0.2"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user