Summary
Self-hosted GitLab can be used to create a private CI/CD pipeline. It is virtually limitless and can be set up using Docker.
1
GitLab Runner can be installed on infrastructure owned or managed by the user.
2
Gitlab-CI and Shared Runners for CI come free with Gitlab.com, but for free plans, users need to deploy their own Gitlab-CI instance and additional instance runners with GitlabCE.
3
GitLab Pages can be used to publish static websites directly from a repository in GitLab, using any static site generator or plain HTML, CSS, and JavaScript.
4
According to
Summary
The self-hosted GitLab version is virtually limitless. I am developing both microservices and monoliths, so being flexible with CI/CD is essential for me.
In this post, we are going to guide ourselves through the initial setup of GitLab using Docker.
Your Private CI/CD using self-hosted GitLab and Docker
oramind.com
Summary
GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline.
You can choose to install the GitLab Runner application on infrastructure that you own or manage.
GitLab Runner | GitLab
gitlab.com
Summary
With GitLab Pages, you can publish static websites directly from a repository in GitLab.
To publish a website with Pages, you can use any static site generator, like Gatsby, Jekyll, Hugo, Middleman, Harp, Hexo, or Brunch. You can also publish any website written directly in plain HTML, CSS, and JavaScript.
GitLab Pages | GitLab
gitlab.com
Learn about the various features of GitLab Premium, Ultimate, and Free, including issue ... GitLab advances open science education at Te Herenga Waka – ...
Features | GitLab
gitlab.com
Learn how to use GitLab CI/CD, the GitLab built-in Continuous Integration, Continuous ... Open an interactive web terminal to debug the running jobs.
GitLab CI/CD | GitLab
gitlab.com
Learn how to administer GitLab Pages. ... This guide is for Omnibus GitLab installations. If you have installed GitLab from source, see GitLab Pages ...
GitLab Pages administration | GitLab
gitlab.com
Download, install and maintain your own GitLab instance with various installation packages and downloads for Linux, Kubernetes, Docker, Google Cloud and more.
Download and install GitLab | GitLab
gitlab.com