-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename tendermint to ostracon
- Loading branch information
egonspace
committed
Jul 8, 2021
1 parent
39067a6
commit 7ea6e35
Showing
118 changed files
with
367 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build & Push TM Proto Builder | ||
name: Build & Push OC Proto Builder | ||
on: | ||
pull_request: | ||
paths: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ LABEL maintainer="[email protected]" | |
# private validator file into /ostracon/config. | ||
# | ||
# The /ostracon/data dir is used by ostracon to store state. | ||
ENV TMHOME /ostracon | ||
ENV OCHOME /ostracon | ||
|
||
# OS environment setup | ||
# Set user right away for determinism, create directory for persistence and give our user ownership | ||
|
@@ -27,12 +27,12 @@ RUN apk update && \ | |
apk upgrade && \ | ||
apk add --no-cache git make gcc libc-dev build-base curl jq bash file gmp-dev clang && \ | ||
addgroup ostracon && \ | ||
adduser -S -G ostracon ostracon -h "$TMHOME" | ||
adduser -S -G ostracon ostracon -h "$OCHOME" | ||
|
||
# Run the container with ostracon by default. (UID=100, GID=1000) | ||
USER ostracon | ||
|
||
WORKDIR $TMHOME | ||
WORKDIR $OCHOME | ||
|
||
# p2p, rpc and prometheus port | ||
EXPOSE 26656 26657 26660 | ||
|
@@ -52,5 +52,5 @@ ENTRYPOINT ["docker-entrypoint.sh"] | |
CMD ["node"] | ||
|
||
# Expose the data directory as a volume since there's mutable state in there | ||
VOLUME [ "$TMHOME" ] | ||
VOLUME [ "$OCHOME" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.