added license metadata bit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-17 04:42:05 +01:00
parent 6e89d4bfe3
commit 7aa7ac940f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -9,7 +9,8 @@ LABEL description="Docker image for running tests using robot framework."
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-rf.git" \
org.label-schema.vcs-ref=$VCS_REF
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
ADD https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip /tmp/chromedriver.zip