You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current process of building Docker images in Wazuh is done with a script in the build-docker-images/build-images.sh path, which uses the build-docker-images/build-images.yml file to build the images of the 3 components, and we use the .env file hosted in the root of the repository to hold environment variables that are shared with all build processes in general.
For the build process of each of the images, we have set up our own directory to store the Dockerfile and the other script files and configurations used in the build of the image, which in the case of Wazuh indexer is the build-docker-images/wazuh-indexer directory.
In the migration of the build process, you need to migrate the files from the corresponding directory to the new repository and assign the environment variables that are assigned in the build-docker-images/build-images.sh script in a general way within the Dockerfile, so that the process is generated without errors.
Tasks
Migrate the files from the build-docker-images/wazuh-indexer directory to the wazuh-indexer repository
Remove the dependency on the .env file contained in the wazuh-docker repository and migrate the value of those variables to the Dockerfile.
Important
The build will not be tested at this stage because the procedure is not adapted to work with 5.0.0.
Description
The current process of building Docker images in Wazuh is done with a script in the
build-docker-images/build-images.sh
path, which uses thebuild-docker-images/build-images.yml
file to build the images of the 3 components, and we use the.env
file hosted in the root of the repository to hold environment variables that are shared with all build processes in general.For the build process of each of the images, we have set up our own directory to store the
Dockerfile
and the other script files and configurations used in the build of the image, which in the case of Wazuh indexer is thebuild-docker-images/wazuh-indexer
directory.In the migration of the build process, you need to migrate the files from the corresponding directory to the new repository and assign the environment variables that are assigned in the
build-docker-images/build-images.sh
script in a general way within theDockerfile
, so that the process is generated without errors.Tasks
build-docker-images/wazuh-indexer
directory to thewazuh-indexer
repositoryImportant
The build will not be tested at this stage because the procedure is not adapted to work with 5.0.0.
DRI
The text was updated successfully, but these errors were encountered: