GPT - Containerize CI/CD PIPELINES
Main Speaker:
Shay Cohen
Tracks:
DevOpsSeminar Categories:
CI/CDContainers
DevOps
Course ID:
50929Date:
23/06/2024Time:
Daily seminar9:00-16:30
Location:
Daniel Hotel, HerzliyaOverview
We used to have Jenkins and then SAAS services for CI/CD with pipeline as a code etc…
But what if we wished to build a reusable shared pipeline that can work anywhere and everywhere? no matter if we are using Jenkins, GITLAB, CircleCI or even running local prebuild phases on our developer’s station. Or what about when we have hundreds of repositories and hundreds of jobs and pipelines as a code that we need to maintain or update…
How do we handle it?
In this Seminar we will discuss how we can utilize Containers technology and design for this purpose, using chat GPT to save time.
Who Should Attend
Developers/Devops
Course Contents
- Multiphase build dockerfile
- Integration Phase
- Testings
- Acceptance
- Deployment
- Build reusable Containers pipeline for every project (BoilerPlate repo)
- Using our containers Pipelines without change in Jenkins, CirecleCI , Bitbucket/GitLab or others.
- Docker buildx – extended options