update of README with badges for new ci

This commit is contained in:
sparklyballs
2017-07-12 15:19:30 +01:00
parent fcd9b3b24d
commit a4b778a9a3
2 changed files with 18 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
FROM lsiobase/mono
MAINTAINER sparklyballs
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Build-date:- ${BUILD_DATE}"
# set environment variables
ARG DEBIAN_FRONTEND="noninteractive"
ENV XDG_CONFIG_HOME="/config/xdg"