From 25fcee984b16d1567653cd7d74ac1284c6c23a9b Mon Sep 17 00:00:00 2001 From: Jai A Date: Fri, 18 Oct 2024 17:00:36 -0700 Subject: [PATCH] Add container labels --- apps/labrinth/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/labrinth/Dockerfile b/apps/labrinth/Dockerfile index e15875b14..e7126e6dc 100644 --- a/apps/labrinth/Dockerfile +++ b/apps/labrinth/Dockerfile @@ -8,6 +8,10 @@ RUN cargo build --release FROM debian:bookworm-slim +LABEL org.opencontainers.image.source=https://github.com/modrinth/code +LABEL org.opencontainers.image.description="Modrinth API" +LABEL org.opencontainers.image.licenses=AGPL-3.0 + RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates openssl \ && apt-get clean \