Skip to content
Snippets Groups Projects
Commit 72b8982d authored by René Fritze's avatar René Fritze
Browse files

[ci] use plan docker build in CI

parent 10fe5d64
No related branches found
No related tags found
1 merge request!126Fix stable vs. unstable
......@@ -28,6 +28,7 @@ variables:
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
DOCKER_BUILD: build
before_script:
- apk --update add py3-pip m4 git file bash python3 curl make tar
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
......@@ -10,7 +10,7 @@ THISDIR=$(dir $(lastword $(MAKEFILE_LIST)))
REPONAMES = $(patsubst %/,%,$(dir $(wildcard */Dockerfile.in)))
DOCKER_NOCACHE=
DOCKER_BUILD=buildx build --load
DOCKER_BUILD?=buildx build --load
BUILD_CMD=$(DOCKER_SUDO) docker $(DOCKER_BUILD) ${DOCKER_NOCACHE} --rm=true ${DOCKER_QUIET}
REGISTRY=zivgitlab.wwu.io/ag-ohlberger/dune-community/docker
GITREV?=$(shell git log -1 --pretty=format:"%H")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment