Posts Tagged ‘gitlab’
How to create a ci cd pipeline for building docker images
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email This post walks through how to create a CI / CD pipeline for building docker images. We will create the docker image from a docker file. The docker file will be stored in a GitLab repository. In the GitLab repository we…
Read MoreGetting started with GitLab
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email This post is a getting started guide for GitLab. GitLab is described as a Single application for the entire DevOps lifecycle. It allows you to centralize your code in git repositories and create ci cd pipelines as code. You can learn more…
Read More