update build env
This commit is contained in:
@ -5,10 +5,10 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: registry.hottis.de/dockerized/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.14.4.linux-amd64.tar.gz
|
GO_BINARIES: go1.19.1.linux-amd64.tar.gz
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.hottis.de/dockerized/base-build-env:latest
|
image: registry.hottis.de/dockerized/base-build-env:1.5.3-bullseye
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
- linux
|
- linux
|
||||||
@ -24,7 +24,7 @@ build:
|
|||||||
- generated-version.txt
|
- generated-version.txt
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y gcc g++ libssl-dev uuid-dev libcjson-dev xsltproc docbook docbook-xsl libmariadbclient-dev libwebsockets-dev
|
- apt install -y gcc g++ libssl-dev uuid-dev libcjson-dev xsltproc docbook docbook-xsl libmariadb-dev libwebsockets-dev
|
||||||
- wget https://dl.google.com/go/$GO_BINARIES
|
- wget https://dl.google.com/go/$GO_BINARIES
|
||||||
- tar -xzf $GO_BINARIES
|
- tar -xzf $GO_BINARIES
|
||||||
- mv go /usr/local
|
- mv go /usr/local
|
||||||
|
Reference in New Issue
Block a user