We are releasing a public registry of optimized Docker images for SWE-bench. This allows us to run SWE-bench Verified in 62 minutes on a single GitHub actions VM.| Epoch AI
When designing an IoT project that uses Docker containers on edge devices, you must decide whether to use prebuilt images or create your own. It’s an important decision that can affect your project’s security, data bandwidth usage, speed, and maintainability to name just a few.| balena Blog
Hints, tips and guidelines for writing clean, reliable Dockerfiles| Docker Documentation
SBOM build attestations describe the contents of your image, and the packages used to build it.| Docker Documentation
Build exporters define the output format of your build result| Docker Documentation
Learn the technologies that support storage drivers.| Docker Documentation
uv 0.3.0 brought many great features, including support for cross-platform lock files uv.lock. The focus was clearly developer experience and it shows – it’s a significant leap in Python DX! However, it’s currently lacking one feature that makes it tricky to use uv in best-practice Docker containers (and tox/Nox, but that’s a story for another day): choosing a target virtualenv for uv sync calls – or supporting uv.lock for uv install.| Hynek Schlawack
Learn how to build an image processing application with OpenCV and deploy it as a container image to AWS Lambda.| CircleCI
Find all the available commands you can use in a Dockerfile and learn how to use them, including COPY, ARG, ENTRYPOINT, and more.| Docker Documentation
This blog talks about how we protect our workloads against supply chain attacks, specifically by achieving bit-by-bit reproducible builds, and how we have adopted Nix an alternative to Docker for build environments.| Monzo
This tutorial demonstrates how to build a Wolfi Python image from scratch, using a Dockerfile workflow.| Chainguard Academy
This post follows the journey Istio has taken over the years to optimize our docker image builds. While there is some useful tips to take out of this, this is not intended to be a guide on how a project should build images - the steps taken here go far past the needs of a typical project, optimizing exclusively for speed (and fun) regardless of the complexity to maintain. For background, over the years Istio has consisted of ~10-20 docker images (many are for tests only) made up of ~10-15 Go ...| blog.howardjohn.info
In this blog post, we will share the lessons we’ve learnt to run our Apache Flink applications on AWS KDA, a managed Apache Flink service.| deliveroo.engineering
Nix is a powerful cross-platform package management tool.| Mitchell Hashimoto
Tutorial on building production-ready serverless Machine Learning pipeline on AWS Lambda and solving common problems: bundle size, performance, latency.| Better Dev .blog