adjust registry name
This commit is contained in:
@ -3,12 +3,12 @@ stages:
|
|||||||
- dockerize
|
- dockerize
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: registry.gitlab.com/wolutator/mosquitto-with-auth
|
IMAGE_NAME: registry.hottis.de/dockerized/mosquitto-with-auth
|
||||||
HUB_IMAGE_NAME: wollud1969/mosquitto-with-auth
|
HUB_IMAGE_NAME: wollud1969/mosquitto-with-auth
|
||||||
GO_BINARIES: go1.12.6.linux-amd64.tar.gz
|
GO_BINARIES: go1.12.6.linux-amd64.tar.gz
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/wolutator/base-build-env:latest
|
image: registry.hottis.de/dockerized/base-build-env:latest
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
- linux
|
- linux
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
|
|
||||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||||
LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth"
|
LABEL ImageName="registry.hottis.de/dockerized/mosquitto-with-auth"
|
||||||
LABEL AlternativeImageName="wollud1969/mosquitto-with-auth"
|
LABEL AlternativeImageName="wollud1969/mosquitto-with-auth"
|
||||||
|
|
||||||
ARG MOSQ_USER="mosquitto"
|
ARG MOSQ_USER="mosquitto"
|
||||||
|
Reference in New Issue
Block a user