ochorocho / ddev-gitlab-ci

Extended version docker:latest with ddev
0 stars 0 forks source link

DDEV GitLab CI - Docker in Docker (dind)

This image is most likely to be used within the GitLab Runner. As of now it only tested it on gitlab.com

GitLab CI example: .gitlab-ci.yml

Workflow - Image build

Build the image

./build.sh -v <version, at least major.minor> -p

Available options:

Version to tags

Command Tags to be created
./build.sh -v v1.22 v1.22, v1.22.x (latest bugfix)
./build.sh -v v1.22.5 v1.22.5
./build.sh -v v1.23 v1.23, v1.23.x (latest bugfix)
... ...