Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 588 Bytes

Docker Image Build - Using Buildah

This is an example on how to build container images using buildah & Gitlab-CI.

Requirements

For this example to work you will need some additional environment variables inside of your Gitlab-Project:

Variable Meaning Example
REGISTRY Registry prefix for the image docker.io
REGISTRY_USER Username of Registry-Account nold360
REGISTRY_PASS Password of Registry-Account ************

Configuration

For the configuration of the Gitlab-CI Job see .gitlab-ci.yml.