Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
192b6218
Verified
Commit
192b6218
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
ci(gitlab-ci): Separate earthly to allow outside imports
parent
3f54a90f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#18108
canceled
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
images/.utils/gitlab-ci.yaml
+6
-23
6 additions, 23 deletions
images/.utils/gitlab-ci.yaml
images/.utils/gitlab-earthly.yaml
+19
-0
19 additions, 0 deletions
images/.utils/gitlab-earthly.yaml
with
25 additions
and
23 deletions
images/.utils/gitlab-ci.yaml
+
6
−
23
View file @
192b6218
.container-matrix
:
include
:
-
local
:
'
images/.utils/gitlab-earthly.yaml'
container-build
:
stage
:
build
extends
:
.earthly
parallel
:
matrix
:
-
IMAGE
:
...
...
@@ -8,26 +13,6 @@
-
synadm
-
query-exposer
-
findmydevice-server
earthly
:
stage
:
build
image
:
docker.io/earthly/earthly:v0.7.17
extends
:
.container-matrix
variables
:
DOCKER_HOST
:
tcp://docker:2375
FORCE_COLOR
:
1
EARTHLY_EXEC_CMD
:
"
/bin/sh"
EARTHLY_SERVER_ADDRESS
:
localhost
EARTHLY_GRPC_ADDRESS
:
localhost
services
:
-
docker:dind
before_script
:
-
docker run --privileged --rm tonistiigi/binfmt --install all
-
earthly config global.disable_analytics
true
-
earthly config global.disable_log_sharing
true
-
earthly account logout
-
earthly bootstrap
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
-
cd images/${IMAGE}
-
|
...
...
@@ -41,8 +26,6 @@ earthly:
export BUILD_ARGS="${BUILD_ARGS} --tag=$CI_COMMIT_REF_SLUG --latest=false"
fi
-
earthly --ci --allow-privileged --push ${ARGS} +container --registry=quay.io/shivering-isles/${IMAGE} ${BUILD_ARGS}
tags
:
-
privileged
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
&&
$CI_PIPELINE_SOURCE
==
"push"'
changes
:
...
...
This diff is collapsed.
Click to expand it.
images/.utils/gitlab-earthly.yaml
0 → 100644
+
19
−
0
View file @
192b6218
.earthly
:
image
:
docker.io/earthly/earthly:v0.7.17
variables
:
DOCKER_HOST
:
tcp://docker:2375
FORCE_COLOR
:
1
EARTHLY_EXEC_CMD
:
"
/bin/sh"
EARTHLY_SERVER_ADDRESS
:
localhost
EARTHLY_GRPC_ADDRESS
:
localhost
services
:
-
docker:dind
before_script
:
-
docker run --privileged --rm tonistiigi/binfmt --install all
-
earthly config global.disable_analytics
true
-
earthly config global.disable_log_sharing
true
-
earthly account logout
-
earthly bootstrap
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
tags
:
-
privileged
\ No newline at end of file
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