Skip to main content

Base

The base template contains is the base of every other template. It is there to be able to do configuration changes for all images at once.

Getting started

Add the following to your .gitlab-ci.yml

.gitlab-ci.yml
include:
- project: "abfelbaum/ci"
file: "templates/base.yml"

base:
extends: .base
note

The base template has no script so it will do anything without modification.

Configuration

info

Since all templates inherit from this template these configuration options are available for every other template.

The template provides the following configuration options

VariableDefault valueDescription
BASE_IMAGE_TAGlatestThe image tag to use
BASE_IMAGE_NAMEregistry.git.abfelbaum.dev/abfelbaum/images/builderThe image name to use