-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into chainindexer-getheader-rename
- Loading branch information
Showing
174 changed files
with
7,498 additions
and
2,724 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 | ||
|
||
ARG VERSION=master | ||
ENV VERSION=${VERSION} | ||
ARG APPVERSION=master | ||
ENV APPVERSION=${APPVERSION} | ||
|
||
RUN if [ "$VERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${VERSION}"; fi | ||
RUN if [ "$APPVERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${APPVERSION}"; fi | ||
RUN cd /StratisFullNode/src/Stratis.StraxD && dotnet build | ||
VOLUME /root/.stratisfullnode | ||
WORKDIR /StratisFullNode/src/Stratis.CirrusD | ||
EXPOSE 26179 26175 38223 | ||
CMD ["dotnet", "run", "-testnet"] | ||
ENTRYPOINT ["dotnet", "run", "-testnet"] |
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,11 +1,11 @@ | ||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 | ||
|
||
ARG VERSION=master | ||
ENV VERSION=${VERSION} | ||
ARG APPVERSION=master | ||
ENV APPVERSION=${APPVERSION} | ||
|
||
RUN if [ "$VERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${VERSION}"; fi | ||
RUN if [ "$APPVERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${APPVERSION}"; fi | ||
RUN cd /StratisFullNode/src/Stratis.StraxD && dotnet build | ||
VOLUME /root/.stratisfullnode | ||
WORKDIR /StratisFullNode/src/Stratis.CirrusD | ||
EXPOSE 16179 16175 37223 | ||
CMD ["dotnet", "run"] | ||
ENTRYPOINT ["dotnet", "run"] |
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,11 +1,11 @@ | ||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 | ||
|
||
ARG VERSION=master | ||
ENV VERSION=${VERSION} | ||
ARG APPVERSION=master | ||
ENV APPVERSION=${APPVERSION} | ||
|
||
RUN if [ "$VERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${VERSION}"; fi | ||
RUN if [ "$APPVERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${APPVERSION}"; fi | ||
RUN cd /StratisFullNode/src/Stratis.StraxD && dotnet build | ||
VOLUME /root/.stratisfullnode | ||
WORKDIR /StratisFullNode/src/Stratis.StraxD | ||
EXPOSE 27103 27104 27105 | ||
CMD ["dotnet", "run", "-testnet"] | ||
ENTRYPOINT ["dotnet", "run", "-testnet"] |
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,11 +1,11 @@ | ||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 | ||
|
||
ARG VERSION=master | ||
ENV VERSION=${VERSION} | ||
ARG APPVERSION=master | ||
ENV APPVERSION=${APPVERSION} | ||
|
||
RUN if [ "$VERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${VERSION}"; fi | ||
RUN if [ "$APPVERSION" = "master" ]; then git clone https://github.com/stratisproject/StratisFullNode.git; else git clone https://github.com/stratisproject/StratisFullNode.git -b "release/${APPVERSION}"; fi | ||
RUN cd /StratisFullNode/src/Stratis.StraxD && dotnet build | ||
VOLUME /root/.stratisfullnode | ||
WORKDIR /StratisFullNode/src/Stratis.StraxD | ||
EXPOSE 17105 17104 17103 | ||
CMD ["dotnet", "run"] | ||
ENTRYPOINT ["dotnet", "run"] |
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.