2 Commits

Author SHA1 Message Date
da88bfdfc0 The right image might help
Some checks reported errors
continuous-integration/drone/push Build was killed
2024-01-16 12:55:29 +01:00
7c94d1d7a7 all images again 2024-01-10 16:11:24 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
local dirs = ['_CI-CD', 'apps'];
#local packages = ['debian-stable', 'debian-testing', 'debian-stable-build-essential', 'debian-golang', 'debian-stable-php-fpm', 'distcc'];
local packages = ['debian-golang'];
local packages = ['debian-stable', 'debian-testing', 'debian-stable-build-essential', 'debian-golang', 'debian-stable-php-fpm', 'distcc'];
#local packages = ['debian-golang'];
#local apps = ['apt-cacher-ng', 'curl', 'mosquitto', 'mosquitto-prometheus-exporter'];
local apps = ['mosquitto-prometheus-exporter'];
local apps = ['apt-cacher-ng', 'curl', 'mosquitto', 'mosquitto-prometheus-exporter'];
#local apps = ['mosquitto-prometheus-exporter'];
local build(dir, package) = {
name: '%(package)s' % { package: package },

View File

@@ -1,9 +1,10 @@
FROM cr.wks/debian-golang-stable
FROM cr.wks/debian-golang
ENV GOARCH=arm64
ENV GOPATH=/usr/src/gopath
ENV GOCACHE=/usr/src/gocache
RUN go env
RUN cat /etc/os-release
WORKDIR /usr/src
RUN go get github.com/sapcc/mosquitto-exporter
RUN go mode download