Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
docker
Commits
72b8982d
Commit
72b8982d
authored
2 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[ci] use plan docker build in CI
parent
10fe5d64
No related branches found
No related tags found
1 merge request
!126
Fix stable vs. unstable
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
rules.mk
+1
-1
1 addition, 1 deletion
rules.mk
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
72b8982d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
rules.mk
+
1
−
1
View file @
72b8982d
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment