Initial commit

This commit is contained in:
2020-06-17 09:06:02 +02:00
commit 9552a54c3d
12 changed files with 185 additions and 0 deletions

15
Dockerfile Normal file
View File

@ -0,0 +1,15 @@
FROM registry.hottis.de/dockerized/c-build-env AS builder
LABEL Maintainer="Wolfgang Hottgenoth <woho@hottis.de>"
LABEL ImageName="registry.hottis.de/dockerized/mqttauditing"
LABEL AlternativeImageName="wollud1969/mqttauditing"