Skip to content

Commit b0ec957

Browse files
committed
Change image build process
1 parent 2a49af4 commit b0ec957

3 files changed

Lines changed: 2 additions & 54 deletions

File tree

build-docker-images/build-images.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The folder `wazuh-agent` contains a README explaining how to run a container wit
2828

2929
├── build-docker-images
3030
│   ├── build-images.sh
31-
│   ├── build-images.yml
31+
│   ├── docker-bake.hcl
3232
│   ├── README.md
3333
│   ├── wazuh-agent
3434
│   │   ├── config

docs/dev/workflow-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Procedure_push_docker_images.yml workflow builds and pushes multi-architectu
3838
2. **Multi-architecture Build**:
3939
- Uses Docker Buildx with QEMU for cross-platform builds
4040
- Builds for `linux/amd64` and `linux/arm64`
41-
- Leverages `build-images.yml` for build configuration
41+
- Leverages `docker-bake.hcl` for parallel multi-arch build configuration
4242

4343
3. **Image Publishing**:
4444
- Tags images appropriately based on mode

0 commit comments

Comments
 (0)