Adds opencontainers and atcr.io labels to the docker image so it renders more nicely on atcr.io.
+8
Diff
round #0
+8
docker/tack.Dockerfile
+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"]
History
1 round
0 comments
xeiaso.net
submitted
#0
1 commit
expand
collapse
docker: add opencontainers/atcr.io labels to the docker image
Signed-off-by: Xe Iaso <me@xeiaso.net>
merge conflicts detected
expand
collapse
expand
collapse
- docker/tack.Dockerfile:22