Stitch any CI into Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docker: add opencontainers/atcr.io labels to the docker image

Signed-off-by: Xe Iaso <me@xeiaso.net>

authored by

Xe Iaso and committed by
Tangled
2a4b67d4 e0094490

+8
+8
docker/tack.Dockerfile
··· 22 22 23 23 COPY --from=build /app/bin/tack /app/bin/tack 24 24 25 + LABEL org.opencontainers.image.title="Tack" \ 26 + org.opencontainers.image.description="Stitch any CI into Tangled" \ 27 + org.opencontainers.image.authors="Mitchell Hashimoto" \ 28 + org.opencontainers.image.source="https://tangled.org/mitchellh.com/tack" \ 29 + org.opencontainers.image.documentation="https://tangled.org/mitchellh.com/tack" \ 30 + org.opencontainers.image.licenses="MIT" \ 31 + io.atcr.readme="https://tangled.org/mitchellh.com/tack/raw/main/README.md" 32 + 25 33 CMD ["/app/bin/tack"]