Want to create an interactive transcript for this episode?
Podcast: Chaos Computer Club - recent audio-only feed
Episode: Getting started with GitLab CI/CD (clt26)
Description: An introduction to working with GitLab CI/CD for development and infrastructure workflows. The talk covers an introduction to the structure of GitLab CI/CD pipelines and walks through two practical examples:
1. workflow for a rust library with linting, testing & publishing to crates.io
2. workflow for automating building & publishing custom container images with buildkit to GitLab's container registry
The goal of the talk is to provide an introductory overview of the feature set of GitLab CI/CD (self-hosted OSS variant). It will also cover some tips & tricks for troubleshooting and optimizing pipelines.
The talk will only cover features available for...