From 5c9b8bdd672b550e2795e11eeed7a4626d81d430 Mon Sep 17 00:00:00 2001 From: Yimura <24669514+Yimura@users.noreply.github.com> Date: Mon, 22 May 2023 16:09:54 +0200 Subject: [PATCH] feat(Docker): added extra labels --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6160468..5b4f8f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM tpill90/steam-lancache-prefill:latest +LABEL org.opencontainers.image.title "Steam Lancache Prefill cronjob" +LABEL org.opencontainers.image.authors Yimura +LABEL org.opencontainers.image.description "Dockerized cronjob running the Steam Lancache prefilling tool, at container initial startup as well as at 4am." LABEL org.opencontainers.image.source https://github.com/Yimura/Lancache-Prefill-Cron ENV FILE=/etc/cron.d/prefill-cron