From e4cb6319830cd1c2c1c633afe39cde36dfeac5b1 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Fri, 3 Dec 2021 18:44:43 +0100 Subject: [PATCH] Add container image source label in Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 90ae00d..1f581b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN npm install FROM alpine:3.15.0 +LABEL org.opencontainers.image.source="https://github.com/astefanutti/decktape" + ENV TERM xterm-color # Chromium, CA certificates, fonts