use gitlab docker registry
This commit is contained in:
parent
a440167ce4
commit
657420b580
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
build:
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
stage: build
|
||||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- docker build --pull --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
@ -1,4 +1,4 @@
|
||||
FROM quay.io/thallian/confd-env:latest
|
||||
FROM registry.gitlab.com/thallian/docker-confd-env:master
|
||||
|
||||
RUN apk add --no-cache murmur icu-libs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user