Docker Image Enhancements
-
New Docker-in-Docker (DinD) Image: Introduced a new Docker image variant specifically designed for compute nodes:
- Added
bacalhau:v1.6.3-dind
andbacalhau:latest-dind
images - Full Docker execution capability for compute nodes
- Built-in Docker daemon support for container workloads
- Requires privileged mode for Docker-in-Docker functionality
- Added
-
Image Variants Clarification:
- Base image (
bacalhau:v1.6.3
,bacalhau:latest
): Optimized for client usage, orchestrator nodes, and non-Docker compute workloads - DinD image (
bacalhau:v1.6.3-dind
,bacalhau:latest-dind
): Designed for compute nodes requiring Docker execution capabilities
- Base image (
Operational Improvements
- Docker Deployment:
- Clearer separation of concerns between different node types
- Improved documentation for Docker image usage
Full Changelog: v1.6.2...v1.6.3