Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
7d9b4c5c
Commit
7d9b4c5c
authored
Sep 16, 2020
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: configure docker build env to use the new build engine and to user overlay2
parent
dc657495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
.gitlab-ci.yml
.gitlab-ci.yml
+15
-6
No files found.
.gitlab-ci.yml
View file @
7d9b4c5c
...
...
@@ -7,6 +7,9 @@ stages:
.build
:
stage
:
build
image
:
docker:stable
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_BUILDKIT
:
1
only
:
-
merge_requests
-
master
...
...
@@ -41,20 +44,26 @@ stages:
jessie-slim
:
extends
:
.build
script
:
-
docker build -t "acme-dns-tiny:jessie-slim"
-f "docker/jessie/Dockerfile" .
-
docker build
--progress plain
-t "acme-dns-tiny:jessie-slim"
-f "docker/jessie/Dockerfile" .
stretch-slim
:
extends
:
.build
script
:
-
docker build -t "acme-dns-tiny:stretch-slim"
-f "docker/stretch/Dockerfile" .
-
docker build
--progress plain
-t "acme-dns-tiny:stretch-slim"
-f "docker/stretch/Dockerfile" .
buster-slim
:
extends
:
.build
script
:
-
docker build -t "acme-dns-tiny:buster-slim"
-f "docker/buster/Dockerfile" .
-
docker build
--progress plain
-t "acme-dns-tiny:buster-slim"
-f "docker/buster/Dockerfile" .
compile
:
extends
:
.check
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment