Skip to content

Commit

Permalink
Merge pull request #21 from LabsMaya/xenowits/docker-2
Browse files Browse the repository at this point in the history
check docker issues
  • Loading branch information
xenowits authored Feb 25, 2024
2 parents 39e5be7 + 86debb8 commit 38ebd8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ WORKDIR "/opt/$USER"
USER maya
ENTRYPOINT ["/usr/local/bin/maya"]
CMD ["run"]

# Used by GitHub to associate container with repo.
LABEL org.opencontainers.image.source="https://github.com/obolnetwork/maya"
LABEL org.opencontainers.image.source="https://github.com/LabsMaya/maya-zk-benchmarks"
LABEL org.opencontainers.image.title="maya"
LABEL org.opencontainers.image.description="Proof of Stake Ethereum Distributed Validator Client"
LABEL org.opencontainers.image.description="Media ZK Proving benchmarking"
LABEL org.opencontainers.image.licenses="GPL v3"
LABEL org.opencontainers.image.documentation="https://github.com/ObolNetwork/maya/tree/main/docs"
LABEL org.opencontainers.image.documentation="https://github.com/LabsMaya/maya-docs/tree/main/docs"

0 comments on commit 38ebd8e

Please sign in to comment.