#docker

The apt sandwich

Brett Weir 5 min read Part of the Dockerfile idioms series

Mar 2, 2023 — Learn how to make your Debian-based containers dramatically smaller without having to switch to another base image.

Read more»

Lighthouse testing with CI

Brett Weir 20 min read

Feb 5, 2023 — If you want to really understand how something works, you gotta spend some time with it. Let's see what it would take to create our own Lighthouse CI/CD, without using the packaged solution.

Read more»

Build an Inkscape container

Brett Weir 5 min read

Jan 6, 2023 — We'll walk you through creating an Inkscape container to run in CI jobs, and prove that you can automate just about anything with a command line interface.

Read more»

Proxy Docker images via GitLab

Brett Weir 4 min read

Dec 28, 2022 — Docker Hub limits the rate at which you can pull container images. Here's how you can use GitLab's built-in image proxy to get around these limits.

Read more»