gitignore and labels in Dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2019-04-30 11:24:40 +02:00
parent 2c17e41005
commit 0fb1a8776e
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.*~
~*
*~

View File

@ -1,6 +1,7 @@
FROM registry.gitlab.com/wolutator/base-build-env:latest
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
LABEL ImageName="registry.gitlab.com/wolutator/build-env-arduino"
ARG ArduinoPackage=arduino-cli-latest-linux64.tar.bz2
ARG ArduinoUID="2252"