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/Gitlab

2 posts tagged Gitlab

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
Private Package Marketplace with GitLab
How to publish and consume versioned artifacts using GitLab's generic package registry, with CI pipelines handling the heavy lifting.
gitlab ci-cd packages