gitignore and labels in Dockerfile
This commit is contained in:
parent
2c17e41005
commit
0fb1a8776e
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.*~
|
||||
~*
|
||||
*~
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user