Posts Tagged ‘gitlab’
How to create a ci cd pipeline for building docker images
Share this postShare on TwitterShare 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 will…
Read MoreGetting started with GitLab
Share this postShare on TwitterShare 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 about…
Read More