DevOps ‘for Beginners’: Lab 003
This article as PDF
TL;DR DevOps ‘for Beginners’ stream.
This stream was a Lab continuing the introduction of the ‘backbone’ of DevOps, the CI/CD pipeline.
Schedule Details
Venue: | Twitch |
Time: | Thursday 22 nd September 2022 @ 18:00 UTC |
In this stream we picked up from where we left of last week.
If you want to follow along with the lab you should install the following tools:
Then clone the lab tag that starts this lab1 and start the lab.
1git clone --branch lab003 https://gitlab.com/svstreams/cicd.git 2cd cicd 3vagrant up
Topics Covered
- Basic CI pipeline
- CI for release versus CD for deploy
- Concourse pipeline, resources, tasks, and scripts
- Docker (and using dive to inspect images)
- Designing your CI build
- GitLab (following GitHeb fail)
Availability
Social
- Reddit https://www.reddit.com/user/saltyvagrant
- YouTube https://www.youtube.com/channel/UCjZc6ngNGEIVbFfSWmZDmlw
- Twitter https://twitter.com/saltyvagrant
- Email saltyvagrant@gmail.com
1You will be warned about being on a Detached Head, don’t panic this is expected.