Skip to content

v1.6.3

Latest
Compare
Choose a tag to compare
@wdbaruni wdbaruni released this 04 Feb 21:44
· 1 commit to main since this release
e1bdc53

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 and bacalhau: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
  • 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

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