Skip to content
Snippets Groups Projects
Commit cf1c24b5 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

docker

parent ef71e71f
No related branches found
No related tags found
No related merge requests found
Pipeline #128238 failed
......@@ -6,8 +6,8 @@ stages:
- deploy
build_image:
tags:
- lnf
# tags:
# - lnf
stage: build
image: docker:19.03.12
variables:
......@@ -23,14 +23,14 @@ build_image:
# Kubernetes executor connects services to the job container
# DOCKER_HOST: tcp://localhost:2375
#
DOCKER_HOST: tcp://docker:2375
# DOCKER_HOST: tcp://docker:2375
#
# This instructs Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
script:
- docker login baltig.infn.it:4567 -u amichelo -p ${DOCKER_REGISTRY}
- docker build --no-cache -f Dockerfile -t baltig.infn.it:4567/lnf-da-control/memcached2influx .
- docker push baltig.infn.it:4567/lnf-da-control/memcached2influx
......
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