Steps to authenticate and verify that docker image exists in GitHub Container Registry (ghcr.io)
Using jq
to parse GitHub releases to install the latest linux binary for the docker compose plugin
An approach to streamline the management of multiple base Docker images used as part of downstream images or CI jobs. Leveraging Ruby and gitlab child pipelines to abstract away the jobs definitions per Dockerfile.
Different options to prune docker resources from your local machine
Step-by-step of how to install python and pip from apk
How to install the AWS CLI in a Debian-flavored docker image
Produce smaller docker images by leveraging multi-stage builds in Dockerfiles
Fix building gem native extensions by installing build-base in alpine docker image
Using the ADD instruction to download files from URL in a dockerfile
Generate docker images that only differ on their base image
Improving startup time for mysql containers by generating containers with data already loaded into the database.
How to refactor a PowerShell scriptblock into multiple functions invoked remotely
How to load custom ssl certificates present in the host machine into windows containers to handle HTTPS requests.
Leveraging Docker and Jenkins to automate changes for a Ghost blog theme
A how-to of running a Ghost blog using Docker and Docker Compose