Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
chris007
firmware
Commits
3fb21e97
Commit
3fb21e97
authored
5 years ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
ci: move images to dockerhub
k0.hswaw.net has, uh, issues now.
parent
f95b5413
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
docker/build-env/push.sh
+1
-1
1 addition, 1 deletion
docker/build-env/push.sh
docker/deploy-env/push.sh
+1
-1
1 addition, 1 deletion
docker/deploy-env/push.sh
docker/lint-env/push.sh
+1
-1
1 addition, 1 deletion
docker/lint-env/push.sh
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
3
View file @
3fb21e97
# maintained by q3k, built using docker/build-env
image
:
"
registry.k0.hswaw.net/
q3k/card10-build-env:20190
729-231409Z-635fb98
"
image
:
"
der
q3k/card10-build-env:20190
806-195837Z-f95b541-dirty
"
build
:
stage
:
build
...
...
@@ -13,7 +13,7 @@ build:
lint
:
stage
:
test
image
:
"
registry.k0.hswaw.net/
q3k/card10-lint-env:20190
728-233522Z-ded74f0
-dirty"
image
:
"
der
q3k/card10-lint-env:20190
806-201106Z-f95b541
-dirty"
script
:
# Annoyatron is maintained by q3k. Its job is to serve MR comments that are friendlier than just a failing pipeline.
# source code: https://git.card10.badge.events.ccc.de/q3k/annoyatron/
...
...
@@ -31,7 +31,7 @@ lint:
pages
:
stage
:
deploy
# maintaned by q3k, build using docker/deploy-env
image
:
"
registry.k0.hswaw.net/
q3k/card10-deploy-env:20190
725-112709Z-4c5d8e8
"
image
:
"
der
q3k/card10-deploy-env:20190
806-200743Z-f95b541-dirty
"
script
:
-
export LD_LIBRARY_PATH=$(llvm-config --libdir)
-
echo $LD_LIBRARY_PATH
...
...
This diff is collapsed.
Click to expand it.
docker/build-env/push.sh
+
1
−
1
View file @
3fb21e97
...
...
@@ -8,7 +8,7 @@ function rev() {
(
cd
$1
;
git describe
--always
--match
"v[0-9].*"
--dirty
)
}
IMAGE
=
registry.k0.hswaw.net/
q3k/card10-build-env
IMAGE
=
der
q3k/card10-build-env
TAG
=
$(
TZ
=
UTC
date
+%Y%m%d-%H%M%SZ
)
-
$(
rev .
)
docker build
-t
$IMAGE
:
$TAG
.
...
...
This diff is collapsed.
Click to expand it.
docker/deploy-env/push.sh
+
1
−
1
View file @
3fb21e97
...
...
@@ -8,7 +8,7 @@ function rev() {
(
cd
$1
;
git describe
--always
--match
"v[0-9].*"
--dirty
)
}
IMAGE
=
registry.k0.hswaw.net/
q3k/card10-deploy-env
IMAGE
=
der
q3k/card10-deploy-env
TAG
=
$(
TZ
=
UTC
date
+%Y%m%d-%H%M%SZ
)
-
$(
rev .
)
docker build
-t
$IMAGE
:
$TAG
.
...
...
This diff is collapsed.
Click to expand it.
docker/lint-env/push.sh
+
1
−
1
View file @
3fb21e97
...
...
@@ -8,7 +8,7 @@ function rev() {
(
cd
$1
;
git describe
--always
--match
"v[0-9].*"
--dirty
)
}
IMAGE
=
registry.k0.hswaw.net/
q3k/card10-lint-env
IMAGE
=
der
q3k/card10-lint-env
TAG
=
$(
TZ
=
UTC
date
+%Y%m%d-%H%M%SZ
)
-
$(
rev .
)
docker build
-t
$IMAGE
:
$TAG
.
...
...
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