Skip to content

Commit

Permalink
Label docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Dec 5, 2023
1 parent 7c86329 commit 594d516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.japella-adaptor-discord
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM registry.fedoraproject.org/fedora-minimal:38-x86_64

LABEL org.opencontainers.image.source https://github.com/jamesread/japella

ADD japella-adaptor-discord /

ENTRYPOINT [ "/japella-adaptor-discord" ]
2 changes: 2 additions & 0 deletions Dockerfile.japella-adaptor-telegram
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM registry.fedoraproject.org/fedora-minimal:38-x86_64

LABEL org.opencontainers.image.source https://github.com/jamesread/japella

ADD japella-adaptor-telegram /

ENTRYPOINT [ "/japella-adaptor-telegram" ]
2 changes: 2 additions & 0 deletions Dockerfile.japella-bot-utils
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM registry.fedoraproject.org/fedora-minimal:38-x86_64

LABEL org.opencontainers.image.source https://github.com/jamesread/japella

ADD japella-bot-utils /

ENTRYPOINT [ "/japella-bot-utils" ]

0 comments on commit 594d516

Please sign in to comment.