depot
CLI that allows you to configure docker build
to use Depot for all image builds by default.
COPY
statement.
docker build
. From the moment we create a Dockerfile, we should be thinking about the fundamentals of building a Docker image as fast as possible.
.dockerignore
, smaller base images, and multi-stage builds to drastically reduce the size of your Docker images.
buildx bake
comes to Depot via the depot bake
command. Build multiple Docker images concurrently from an HCL, JSON, or Docker Compose file.