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 8df2318 commit 6499717
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 ubuntu:20.04 as builder
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.title="bch-client"
LABEL org.opencontainers.image.maintainer="[email protected]"
LABEL org.opencontainers.image.url="https://www.ikna.io/"
LABEL org.opencontainers.image.description="Dockerized Bitcoin Cash client"
LABEL org.opencontainers.image.source="https://github.com/graphsense/bch-client"

ENV TZ=UTC
ADD docker/Makefile /tmp/Makefile
Expand Down

0 comments on commit 6499717

Please sign in to comment.