Skip to content
Snippets Groups Projects
Commit 3fb21e97 authored by q3k's avatar q3k
Browse files

ci: move images to dockerhub

k0.hswaw.net has, uh, issues now.
parent f95b5413
No related branches found
No related tags found
No related merge requests found
# maintained by q3k, built using docker/build-env # maintained by q3k, built using docker/build-env
image: "registry.k0.hswaw.net/q3k/card10-build-env:20190729-231409Z-635fb98" image: "derq3k/card10-build-env:20190806-195837Z-f95b541-dirty"
build: build:
stage: build stage: build
...@@ -13,7 +13,7 @@ build: ...@@ -13,7 +13,7 @@ build:
lint: lint:
stage: test stage: test
image: "registry.k0.hswaw.net/q3k/card10-lint-env:20190728-233522Z-ded74f0-dirty" image: "derq3k/card10-lint-env:20190806-201106Z-f95b541-dirty"
script: script:
# Annoyatron is maintained by q3k. Its job is to serve MR comments that are friendlier than just a failing pipeline. # 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/ # source code: https://git.card10.badge.events.ccc.de/q3k/annoyatron/
...@@ -31,7 +31,7 @@ lint: ...@@ -31,7 +31,7 @@ lint:
pages: pages:
stage: deploy stage: deploy
# maintaned by q3k, build using docker/deploy-env # maintaned by q3k, build using docker/deploy-env
image: "registry.k0.hswaw.net/q3k/card10-deploy-env:20190725-112709Z-4c5d8e8" image: "derq3k/card10-deploy-env:20190806-200743Z-f95b541-dirty"
script: script:
- export LD_LIBRARY_PATH=$(llvm-config --libdir) - export LD_LIBRARY_PATH=$(llvm-config --libdir)
- echo $LD_LIBRARY_PATH - echo $LD_LIBRARY_PATH
......
...@@ -8,7 +8,7 @@ function rev() { ...@@ -8,7 +8,7 @@ function rev() {
( cd $1; git describe --always --match "v[0-9].*" --dirty ) ( cd $1; git describe --always --match "v[0-9].*" --dirty )
} }
IMAGE=registry.k0.hswaw.net/q3k/card10-build-env IMAGE=derq3k/card10-build-env
TAG=$(TZ=UTC date +%Y%m%d-%H%M%SZ)-$(rev .) TAG=$(TZ=UTC date +%Y%m%d-%H%M%SZ)-$(rev .)
docker build -t $IMAGE:$TAG . docker build -t $IMAGE:$TAG .
......
...@@ -8,7 +8,7 @@ function rev() { ...@@ -8,7 +8,7 @@ function rev() {
( cd $1; git describe --always --match "v[0-9].*" --dirty ) ( cd $1; git describe --always --match "v[0-9].*" --dirty )
} }
IMAGE=registry.k0.hswaw.net/q3k/card10-deploy-env IMAGE=derq3k/card10-deploy-env
TAG=$(TZ=UTC date +%Y%m%d-%H%M%SZ)-$(rev .) TAG=$(TZ=UTC date +%Y%m%d-%H%M%SZ)-$(rev .)
docker build -t $IMAGE:$TAG . docker build -t $IMAGE:$TAG .
......
...@@ -8,7 +8,7 @@ function rev() { ...@@ -8,7 +8,7 @@ function rev() {
( cd $1; git describe --always --match "v[0-9].*" --dirty ) ( cd $1; git describe --always --match "v[0-9].*" --dirty )
} }
IMAGE=registry.k0.hswaw.net/q3k/card10-lint-env IMAGE=derq3k/card10-lint-env
TAG=$(TZ=UTC date +%Y%m%d-%H%M%SZ)-$(rev .) TAG=$(TZ=UTC date +%Y%m%d-%H%M%SZ)-$(rev .)
docker build -t $IMAGE:$TAG . docker build -t $IMAGE:$TAG .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment