Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
64914dfe
Commit
64914dfe
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add pipeline job for docker-compose-jq
parent
8bf2e594
No related branches found
No related tags found
No related merge requests found
Pipeline
#6280
failed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+16
-1
16 additions, 1 deletion
.gitlab-ci.yml
buildimages/docker-compose-jq/Dockerfile
+6
-0
6 additions, 0 deletions
buildimages/docker-compose-jq/Dockerfile
with
22 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
1
View file @
64914dfe
...
@@ -573,4 +573,19 @@ deploy-random-scheduler:
...
@@ -573,4 +573,19 @@ deploy-random-scheduler:
-
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW"
-
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW"
when
:
manual
when
:
manual
allow_failure
:
true
allow_failure
:
true
\ No newline at end of file
deploy-buildimage-docker-compose-jq
:
stage
:
deploy
extends
:
-
.kaniko-push
needs
:
[]
variables
:
DOCKER_VERSION
:
20.10.12
IMAGE_TAG
:
$DOCKER_VERSION
rules
:
-
changes
:
-
buildimages/docker-compose-jq/Dockerfile
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW"
-
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW
&&
$CI_PIPELINE_SOURCE
==
web"
when
:
manual
allow_failure
:
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
buildimages/docker-compose-jq/Dockerfile
0 → 100644
+
6
−
0
View file @
64914dfe
FROM
docker:${DOCKER_VERSION:-latest}
RUN
apk update
&&
\
apk add
-U
jq
&&
\
apk add py-pip python3-dev libffi-dev openssl-dev gcc libc-dev rust cargo make
&&
\
pip
install
docker-compose
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