sundaydeploys.dev — bash
  ┌─────────────────────────────────────────┐
  │                                         │
  │    ☽  S U N D A Y   D E P L O Y S  ☽    │
  │                                         │
  │         ~  code · hobbies  ~            │
  │                                         │
  └─────────────────────────────────────────┘
~/sundaydeploys $ cat welcome.txt
I'm a software engineer who spends weekdays writing code and weekends chasing my hobbies

~/tags/Devops

3 posts tagged Devops

Custom Domains on GitLab Pages with Namecheap (and the .dev DNSSEC Gotcha)
How to set up a custom domain on GitLab Pages with Namecheap DNS, and why .dev domains break without DNSSEC.
devops
Kaniko vs DinD: Picking the Right Container Build Tool for CI
Comparing Docker-in-Docker and Kaniko for building container images in CI, now that Google has walked away from Kaniko.
containers devops gitlab
Docker Compose Overrides
Layering compose files to keep environment configs clean, from the default override to extends and include.
docker devops