forked from wazuh/wazuh-docker
Compare commits
15
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
159dce1df3 | ||
|
|
ded51b6e96 | ||
|
|
b34ab60fdb | ||
|
|
3f16c3b9b9 | ||
|
|
96308e55ce | ||
|
|
3b3ad41314 | ||
|
|
6c5d14cb55 | ||
|
|
9093e85c18 | ||
|
|
d60510a2ac | ||
|
|
07c3948dce | ||
|
|
c2a385083b | ||
|
|
03c6ea62ca | ||
|
|
61050a7dd2 | ||
|
|
b07223d1d3 | ||
|
|
7fe0c468e8 |
@@ -46,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image_tag: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }}
|
image_tag: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }}
|
||||||
docker_reference: ${{ github.head_ref || inputs.docker_reference }}
|
docker_reference: ${{ github.head_ref || inputs.docker_reference }}
|
||||||
wazuh_automation_reference: 'v5.0.0-beta2'
|
wazuh_automation_reference: 'main'
|
||||||
commit_list: '["latest", "latest", "latest", "latest"]'
|
commit_list: '["latest", "latest", "latest", "latest"]'
|
||||||
assistant_revision: 'latest'
|
assistant_revision: 'latest'
|
||||||
id: ${{ github.run_id }}
|
id: ${{ github.run_id }}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
inputs:
|
inputs:
|
||||||
image_tag:
|
image_tag:
|
||||||
description: 'Docker image tag'
|
description: 'Docker image tag'
|
||||||
default: 'v5.0.0-beta2'
|
default: '5.0.0'
|
||||||
required: true
|
required: true
|
||||||
docker_reference:
|
docker_reference:
|
||||||
description: 'wazuh-docker reference'
|
description: 'wazuh-docker reference'
|
||||||
@@ -14,7 +14,7 @@ on:
|
|||||||
wazuh_automation_reference:
|
wazuh_automation_reference:
|
||||||
description: 'Branch or tag of the wazuh-automation repository'
|
description: 'Branch or tag of the wazuh-automation repository'
|
||||||
required: false
|
required: false
|
||||||
default: 'v5.0.0-beta2'
|
default: 'main'
|
||||||
products:
|
products:
|
||||||
description: 'Comma-separated list of the image names to build and push'
|
description: 'Comma-separated list of the image names to build and push'
|
||||||
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent'
|
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent'
|
||||||
@@ -42,7 +42,7 @@ on:
|
|||||||
inputs:
|
inputs:
|
||||||
image_tag:
|
image_tag:
|
||||||
description: 'Docker image tag'
|
description: 'Docker image tag'
|
||||||
default: 'v5.0.0-beta2'
|
default: '5.0.0'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
docker_reference:
|
docker_reference:
|
||||||
@@ -52,7 +52,7 @@ on:
|
|||||||
wazuh_automation_reference:
|
wazuh_automation_reference:
|
||||||
description: 'Branch or tag of the wazuh-automation repository'
|
description: 'Branch or tag of the wazuh-automation repository'
|
||||||
required: false
|
required: false
|
||||||
default: 'v5.0.0-beta2'
|
default: 'main'
|
||||||
type: string
|
type: string
|
||||||
products:
|
products:
|
||||||
description: 'Comma-separated list of the image names to build and push'
|
description: 'Comma-separated list of the image names to build and push'
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Adapt Wazuh manager healthcheck with local binaries ([#2422](https://github.com/wazuh/wazuh-docker/pull/2422))
|
||||||
- Delete setcap command on deprecated file ([#2345](https://github.com/wazuh/wazuh-docker/pull/2345))
|
- Delete setcap command on deprecated file ([#2345](https://github.com/wazuh/wazuh-docker/pull/2345))
|
||||||
- Modify the choice of a correct tag ([#2313](https://github.com/wazuh/wazuh-docker/pull/2313))
|
- Modify the choice of a correct tag ([#2313](https://github.com/wazuh/wazuh-docker/pull/2313))
|
||||||
- Artifact URL download fix ([#2306](https://github.com/wazuh/wazuh-docker/pull/2306))
|
- Artifact URL download fix ([#2306](https://github.com/wazuh/wazuh-docker/pull/2306))
|
||||||
@@ -67,6 +68,24 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- None
|
- None
|
||||||
|
|
||||||
|
## [4.14.7]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
### Deleted
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
## [4.14.6]
|
## [4.14.6]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -79,6 +98,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Changed update_user function from wazuh.security to wazuh.rbac.orm module ([#2406](https://github.com/wazuh/wazuh-docker/pull/2406))
|
||||||
- GH issue notification fix ([#2312](https://github.com/wazuh/wazuh-docker/pull/2312))
|
- GH issue notification fix ([#2312](https://github.com/wazuh/wazuh-docker/pull/2312))
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ build() {
|
|||||||
WAZUH_MINOR_VERSION="${WAZUH_IMAGE_VERSION%.*}"
|
WAZUH_MINOR_VERSION="${WAZUH_IMAGE_VERSION%.*}"
|
||||||
# WAZUH_MAJOR_VERSION: Extracts major version only (e.g., 5.0.0 -> 5)
|
# WAZUH_MAJOR_VERSION: Extracts major version only (e.g., 5.0.0 -> 5)
|
||||||
WAZUH_MAJOR_VERSION="${WAZUH_IMAGE_VERSION%%.*}"
|
WAZUH_MAJOR_VERSION="${WAZUH_IMAGE_VERSION%%.*}"
|
||||||
# WAZUH_STAGE: Extract the 'stage' (e.g., alpha0, beta2, rc2) from the local JSON metadata file.
|
# WAZUH_STAGE: Extract the 'stage' (e.g., alpha0, beta1, rc2) from the local JSON metadata file.
|
||||||
# Note: This is primarily used for pre-release package naming.
|
# Note: This is primarily used for pre-release package naming.
|
||||||
WAZUH_STAGE=$(jq -r '.stage' ../VERSION.json)
|
WAZUH_STAGE=$(jq -r '.stage' ../VERSION.json)
|
||||||
# ARTIFACT_URLS_FILE: The name of the artifact URLs file.
|
# ARTIFACT_URLS_FILE: The name of the artifact URLs file.
|
||||||
@@ -193,9 +193,9 @@ build() {
|
|||||||
# Generate per-component image tags.
|
# Generate per-component image tags.
|
||||||
# The commit suffix is only appended when --dev is passed. This ensures:
|
# The commit suffix is only appended when --dev is passed. This ensures:
|
||||||
# dev=false, tag=5.0.0 → 5.0.0
|
# dev=false, tag=5.0.0 → 5.0.0
|
||||||
# dev=false, tag=5.0.0-beta2 → 5.0.0-beta2
|
# dev=false, tag=5.0.0-beta1 → 5.0.0-beta1
|
||||||
# dev=true, tag=5.0.0 → 5.0.0-latest
|
# dev=true, tag=5.0.0 → 5.0.0-latest
|
||||||
# dev=true, tag=5.0.0-beta2 → 5.0.0-beta2-latest
|
# dev=true, tag=5.0.0-beta1 → 5.0.0-beta1-latest
|
||||||
make_tag() {
|
make_tag() {
|
||||||
local commit=$1
|
local commit=$1
|
||||||
if [ -n "${IS_DEV_BUILD}" ]; then
|
if [ -n "${IS_DEV_BUILD}" ]; then
|
||||||
@@ -248,7 +248,7 @@ help() {
|
|||||||
echo
|
echo
|
||||||
echo "Usage: $0 [OPTIONS]"
|
echo "Usage: $0 [OPTIONS]"
|
||||||
echo
|
echo
|
||||||
echo " -d, --dev-stage <ref> [Optional] Set the pre-release stage suffix (e.g. beta2, rc2). Not used by default."
|
echo " -d, --dev-stage <ref> [Optional] Set the pre-release stage suffix (e.g. beta1, rc2). Not used by default."
|
||||||
echo " --dev [Optional] Mark as a development build: appends the commit ref to the image tag. Controlled by inputs.dev in the workflow."
|
echo " --dev [Optional] Mark as a development build: appends the commit ref to the image tag. Controlled by inputs.dev in the workflow."
|
||||||
echo " -refs, --references <refs> [Optional] [Only with --dev] JSON array of commit refs for components (indexer, manager, dashboard, agent) in order. Defaults to 'latest'."
|
echo " -refs, --references <refs> [Optional] [Only with --dev] JSON array of commit refs for components (indexer, manager, dashboard, agent) in order. Defaults to 'latest'."
|
||||||
echo " -rg, --registry <reg> [Optional] Set the Docker registry to push the images."
|
echo " -rg, --registry <reg> [Optional] Set the Docker registry to push the images."
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ variable "MULTIARCH" { default = "" }
|
|||||||
|
|
||||||
# Per-component tags — all default to IMAGE_TAG.
|
# Per-component tags — all default to IMAGE_TAG.
|
||||||
# In dev builds the shell script sets each one independently to append the
|
# In dev builds the shell script sets each one independently to append the
|
||||||
# per-component commit ref (e.g. MANAGER_TAG=5.0.0-beta2-abc1234).
|
# per-component commit ref (e.g. MANAGER_TAG=5.0.0-beta1-abc1234).
|
||||||
variable "INDEXER_TAG" { default = IMAGE_TAG }
|
variable "INDEXER_TAG" { default = IMAGE_TAG }
|
||||||
variable "MANAGER_TAG" { default = IMAGE_TAG }
|
variable "MANAGER_TAG" { default = IMAGE_TAG }
|
||||||
variable "DASHBOARD_TAG" { default = IMAGE_TAG }
|
variable "DASHBOARD_TAG" { default = IMAGE_TAG }
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ To get all the available script options use the `-h` or `--help` option:
|
|||||||
|
|
||||||
Usage: build-images.sh [OPTIONS]
|
Usage: build-images.sh [OPTIONS]
|
||||||
|
|
||||||
-d, --dev <ref> [Optional] Set the development stage you want to build, example rc2 or beta2, not used by default.
|
-d, --dev <ref> [Optional] Set the development stage you want to build, example rc2 or beta1, not used by default.
|
||||||
-refs, --references <ref> [Optional] Set each Wazuh component reference to be build (indexer, manager, dasboard and agent). By default, using the latest release: ['latest', 'latest', 'latest', 'latest']
|
-refs, --references <ref> [Optional] Set each Wazuh component reference to be build (indexer, manager, dasboard and agent). By default, using the latest release: ['latest', 'latest', 'latest', 'latest']
|
||||||
-rg, --registry <reg> [Optional] Set the Docker registry to push the images.
|
-rg, --registry <reg> [Optional] Set the Docker registry to push the images.
|
||||||
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 5.0.0.
|
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 5.0.0.
|
||||||
|
|||||||
+9
-9
@@ -24,15 +24,15 @@ Below is a step-by-step example of how to perform this update:
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
wazuh.manager:
|
wazuh.manager:
|
||||||
image: wazuh/wazuh-manager:5.0.0-beta2
|
image: wazuh/wazuh-manager:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh.indexer:
|
wazuh.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh.dashboard:
|
wazuh.dashboard:
|
||||||
image: wazuh/wazuh-dashboard:5.0.0-beta2
|
image: wazuh/wazuh-dashboard:5.0.0
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -48,27 +48,27 @@ Below is a step-by-step example of how to perform this update:
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
wazuh.master:
|
wazuh.master:
|
||||||
image: wazuh/wazuh-manager:5.0.0-beta2
|
image: wazuh/wazuh-manager:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh.worker:
|
wazuh.worker:
|
||||||
image: wazuh/wazuh-manager:5.0.0-beta2
|
image: wazuh/wazuh-manager:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh1.indexer:
|
wazuh1.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh2.indexer:
|
wazuh2.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh3.indexer:
|
wazuh3.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
...
|
...
|
||||||
|
|
||||||
wazuh.dashboard:
|
wazuh.dashboard:
|
||||||
image: wazuh/wazuh-dashboard:5.0.0-beta2
|
image: wazuh/wazuh-dashboard:5.0.0
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
||||||
services:
|
services:
|
||||||
wazuh.master:
|
wazuh.master:
|
||||||
image: wazuh/wazuh-manager:5.0.0-beta2
|
image: wazuh/wazuh-manager:5.0.0
|
||||||
hostname: wazuh.master
|
hostname: wazuh.master
|
||||||
container_name: multi-node-wazuh.master
|
container_name: multi-node-wazuh.master
|
||||||
restart: always
|
restart: always
|
||||||
@@ -9,10 +9,11 @@ services:
|
|||||||
wazuh1.indexer:
|
wazuh1.indexer:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "curl -k -s -o /dev/null https://localhost:55000 || exit 1" ]
|
test: [ "CMD-SHELL", "/var/wazuh-manager/bin/wazuh-manager-control status 2>/dev/null | grep -q 'not running' && exit 1 || exit 0" ]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
start_period: 60s
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
@@ -43,16 +44,16 @@ services:
|
|||||||
- ./config/wazuh_master/certs/wazuh.master-key.pem:/var/wazuh-manager/etc/certs/manager-key.pem
|
- ./config/wazuh_master/certs/wazuh.master-key.pem:/var/wazuh-manager/etc/certs/manager-key.pem
|
||||||
|
|
||||||
wazuh.worker:
|
wazuh.worker:
|
||||||
image: wazuh/wazuh-manager:5.0.0-beta2
|
image: wazuh/wazuh-manager:5.0.0
|
||||||
hostname: wazuh.worker
|
hostname: wazuh.worker
|
||||||
container_name: multi-node-wazuh.worker
|
container_name: multi-node-wazuh.worker
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "timeout 2 bash -c '</dev/tcp/localhost/1514' || exit 1" ]
|
test: [ "CMD-SHELL", "/var/wazuh-manager/bin/wazuh-manager-control status 2>/dev/null | grep -v apid | grep -q 'not running' && exit 1 || exit 0" ]
|
||||||
interval: 5s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 5
|
||||||
start_period: 30s
|
start_period: 60s
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
@@ -82,7 +83,7 @@ services:
|
|||||||
- ./config/wazuh_worker/certs/wazuh.worker-key.pem:/var/wazuh-manager/etc/certs/manager-key.pem
|
- ./config/wazuh_worker/certs/wazuh.worker-key.pem:/var/wazuh-manager/etc/certs/manager-key.pem
|
||||||
|
|
||||||
wazuh1.indexer:
|
wazuh1.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
hostname: wazuh1.indexer
|
hostname: wazuh1.indexer
|
||||||
container_name: multi-node-wazuh1.indexer
|
container_name: multi-node-wazuh1.indexer
|
||||||
restart: always
|
restart: always
|
||||||
@@ -120,7 +121,7 @@ services:
|
|||||||
- ./config/wazuh1_indexer/certs/admin-key.pem:/usr/share/wazuh-indexer/config/certs/admin-key.pem
|
- ./config/wazuh1_indexer/certs/admin-key.pem:/usr/share/wazuh-indexer/config/certs/admin-key.pem
|
||||||
|
|
||||||
wazuh2.indexer:
|
wazuh2.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
hostname: wazuh2.indexer
|
hostname: wazuh2.indexer
|
||||||
container_name: multi-node-wazuh2.indexer
|
container_name: multi-node-wazuh2.indexer
|
||||||
restart: always
|
restart: always
|
||||||
@@ -158,7 +159,7 @@ services:
|
|||||||
- ./config/wazuh2_indexer/certs/wazuh2.indexer.pem:/usr/share/wazuh-indexer/config/certs/indexer.pem
|
- ./config/wazuh2_indexer/certs/wazuh2.indexer.pem:/usr/share/wazuh-indexer/config/certs/indexer.pem
|
||||||
|
|
||||||
wazuh3.indexer:
|
wazuh3.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
hostname: wazuh3.indexer
|
hostname: wazuh3.indexer
|
||||||
container_name: multi-node-wazuh3.indexer
|
container_name: multi-node-wazuh3.indexer
|
||||||
restart: always
|
restart: always
|
||||||
@@ -196,7 +197,7 @@ services:
|
|||||||
- ./config/wazuh3_indexer/certs/wazuh3.indexer.pem:/usr/share/wazuh-indexer/config/certs/indexer.pem
|
- ./config/wazuh3_indexer/certs/wazuh3.indexer.pem:/usr/share/wazuh-indexer/config/certs/indexer.pem
|
||||||
|
|
||||||
wazuh.dashboard:
|
wazuh.dashboard:
|
||||||
image: wazuh/wazuh-dashboard:5.0.0-beta2
|
image: wazuh/wazuh-dashboard:5.0.0
|
||||||
hostname: wazuh.dashboard
|
hostname: wazuh.dashboard
|
||||||
container_name: multi-node-wazuh.dashboard
|
container_name: multi-node-wazuh.dashboard
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
||||||
services:
|
services:
|
||||||
wazuh.manager:
|
wazuh.manager:
|
||||||
image: wazuh/wazuh-manager:5.0.0-beta2
|
image: wazuh/wazuh-manager:5.0.0
|
||||||
hostname: wazuh.manager
|
hostname: wazuh.manager
|
||||||
container_name: single-node-wazuh.manager
|
container_name: single-node-wazuh.manager
|
||||||
restart: always
|
restart: always
|
||||||
@@ -9,10 +9,11 @@ services:
|
|||||||
wazuh.indexer:
|
wazuh.indexer:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "curl -k -s -o /dev/null https://localhost:55000 || exit 1" ]
|
test: [ "CMD-SHELL", "/var/wazuh-manager/bin/wazuh-manager-control status 2>/dev/null | grep -q 'not running' && exit 1 || exit 0" ]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
start_period: 60s
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
@@ -43,7 +44,7 @@ services:
|
|||||||
- ./config/wazuh_manager/certs/wazuh.manager-key.pem:/var/wazuh-manager/etc/certs/manager-key.pem
|
- ./config/wazuh_manager/certs/wazuh.manager-key.pem:/var/wazuh-manager/etc/certs/manager-key.pem
|
||||||
|
|
||||||
wazuh.indexer:
|
wazuh.indexer:
|
||||||
image: wazuh/wazuh-indexer:5.0.0-beta2
|
image: wazuh/wazuh-indexer:5.0.0
|
||||||
hostname: wazuh.indexer
|
hostname: wazuh.indexer
|
||||||
container_name: single-node-wazuh.indexer
|
container_name: single-node-wazuh.indexer
|
||||||
restart: always
|
restart: always
|
||||||
@@ -80,7 +81,7 @@ services:
|
|||||||
- ./config/wazuh_indexer/certs/admin-key.pem:/usr/share/wazuh-indexer/config/certs/admin-key.pem
|
- ./config/wazuh_indexer/certs/admin-key.pem:/usr/share/wazuh-indexer/config/certs/admin-key.pem
|
||||||
|
|
||||||
wazuh.dashboard:
|
wazuh.dashboard:
|
||||||
image: wazuh/wazuh-dashboard:5.0.0-beta2
|
image: wazuh/wazuh-dashboard:5.0.0
|
||||||
hostname: wazuh.dashboard
|
hostname: wazuh.dashboard
|
||||||
container_name: single-node-wazuh.dashboard
|
container_name: single-node-wazuh.dashboard
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
Test file for issue #7202 - upward merge test
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
||||||
services:
|
services:
|
||||||
wazuh.agent:
|
wazuh.agent:
|
||||||
image: wazuh/wazuh-agent:5.0.0-beta2
|
image: wazuh/wazuh-agent:5.0.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
|
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
|
||||||
|
|||||||
Reference in New Issue
Block a user