Update Docker image meta data

This commit is contained in:
Igor Pecovnik 2022-02-27 23:22:12 +01:00
parent 8ac58b806c
commit a4b4b3bf1d
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -120,5 +120,12 @@ RUN sed -i 's/\(^STATDOPTS=\).*/\1"--port 32765 --outgoing-port 32766"/' /etc/de
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TERM=screen
WORKDIR /root/armbian
LABEL org.opencontainers.image.source="https://github.com/armbian/build"
LABEL org.opencontainers.image.source="https://github.com/armbian/build/blob/master/config/templates/Dockerfile" \
org.opencontainers.image.url="https://github.com/armbian/build/pkgs/container/build" \
org.opencontainers.image.vendor="armbian" \
org.opencontainers.image.title="Armbian build framework" \
org.opencontainers.image.description="Custom Linux build framework" \
org.opencontainers.image.documentation="https://docs.armbian.com" \
org.opencontainers.image.authors="Igor Pecovnik" \
org.opencontainers.image.licenses="GPL-2.0"
ENTRYPOINT [ "/bin/bash", "/root/armbian/compile.sh" ]