From 4bf1cd07a02e510bf5c352b92cbb3b6e174762db Mon Sep 17 00:00:00 2001 From: definitio <37266727+definitio@users.noreply.github.com> Date: Sun, 11 Jun 2023 21:07:46 +0300 Subject: [PATCH] Add label for Docker image --- ha-rhvoice-addon/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ha-rhvoice-addon/Dockerfile b/ha-rhvoice-addon/Dockerfile index 367ee87..f416df8 100644 --- a/ha-rhvoice-addon/Dockerfile +++ b/ha-rhvoice-addon/Dockerfile @@ -1,5 +1,6 @@ ARG BUILD_FROM FROM $BUILD_FROM +LABEL org.opencontainers.image.source=https://github.com/definitio/ha-rhvoice-addon ARG BUILD_ARCH ARG RUNTIME_PACKAGES="lame python3 locales opus-tools flac python3-setuptools"