Skip to content

Commit

Permalink
update docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Oct 27, 2023
1 parent 3e126f7 commit 1838253
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM eclipse-temurin:8
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.title="trx-client"
LABEL org.opencontainers.image.maintainer="[email protected]"
LABEL org.opencontainers.image.url="https://www.ikna.io/"
LABEL org.opencontainers.image.description="Dockerized Tron client"
LABEL org.opencontainers.image.source="https://github.com/graphsense/trx-client"

ENV TZ=UTC
ARG UID=10000
Expand Down

0 comments on commit 1838253

Please sign in to comment.