Posts about ci/cd

Azure Pipelines – From incident and extreme stress to cool down

I’m working on Azure and honestly, I cry nearly every day. I have never seen such crazy[…]

Jira – Extract the key from the commit

Sometimes, we need to get a Jira key for later usage. For example, we can need it[…]

From Travis CI to GitHub Actions

You’ll know why I’m migrating from Travis CI to GitHub Actions. I was happy with Travis CI[…]

Goodbye Vercel, Hello CloudFlare Pages

You’ll know why I’m migrating from Vercel to CloudFlare Pages. I’m very happy with CloudFlare DNS and[…]

No GitLab Self-Hosted

I don’t use GitLab for my Git repositories (self-hosting).I’ve more than 200 repositories (personal + projects) and[…]

How to clean old OCI/Docker images

To save disk space, use these example scripts for podman and Docker to remove outdated OCI/Docker images[…]

Migration from Dockerfile to buildah

Dockerfile is a fucking pain because it’s like HCL (HashiCorp configuration language) and other things where you’re[…]

LaTeX + Drone CI + Minio + CMake

I like LaTeX for content structure separated from style. Let’s go, Right now, we’re doing inside how[…]

Docker + nftables: example with Drone CI โ€“ Docker Runner

At this time, Docker isn’t compatible with nftables. This is how you can do with an example[…]