From 2a4b67d481a151ec7c5dc0f847d45036f2360aca Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 8 May 2026 13:27:59 -0400 Subject: [PATCH] docker: add opencontainers/atcr.io labels to the docker image Signed-off-by: Xe Iaso --- docker/tack.Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker/tack.Dockerfile b/docker/tack.Dockerfile index 1606bda..b63bc65 100644 --- a/docker/tack.Dockerfile +++ b/docker/tack.Dockerfile @@ -22,4 +22,12 @@ RUN apt-get update \ COPY --from=build /app/bin/tack /app/bin/tack +LABEL org.opencontainers.image.title="Tack" \ + org.opencontainers.image.description="Stitch any CI into Tangled" \ + org.opencontainers.image.authors="Mitchell Hashimoto" \ + org.opencontainers.image.source="https://tangled.org/mitchellh.com/tack" \ + org.opencontainers.image.documentation="https://tangled.org/mitchellh.com/tack" \ + org.opencontainers.image.licenses="MIT" \ + io.atcr.readme="https://tangled.org/mitchellh.com/tack/raw/main/README.md" + CMD ["/app/bin/tack"] -- 2.51.2