distribution/docker/README.md
This directory contains the Docker build configuration for Envoy container images.
Dockerfile-envoy - Main Dockerfile for building Envoy container imagesbuildd.sh - Script for building Docker images in CIdocker-entrypoint.sh - Entrypoint script for Envoy containersThe Docker build is typically invoked through the main CI script:
./ci/do_ci.sh docker
This will build Docker images for multiple platforms and variants including:
For local development, you can build images directly using the build.sh script:
DOCKER_CI_DRYRUN=1 ./distribution/docker/build.sh
This will show what commands would be executed without actually building images.