feat: make use of the build hook for image metadata
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-11 03:00:40 +02:00
parent c7b18ea980
commit d608a6ef67
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,5 +1,16 @@
FROM python:3.9-rc-alpine
ARG BUILD_DATE
ARG VCS_REF
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-alpine-rf.git" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
RUN apk -U upgrade
RUN apk add --no-cache \
udev \