forked from graphprotocol/firehose-arweave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated release and build script to build bundle version and non-bund…
…le version
- Loading branch information
Showing
13 changed files
with
143 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ARG THEGARII_VERSION=latest | ||
ARG SF_VERSION=latest | ||
|
||
FROM ghcr.io/streamingfast/thegarii:$THEGARII_VERSION as chain | ||
FROM ghcr.io/streamingfast/firehose-arweave:$SF_VERSION | ||
|
||
COPY --from=chain /app/thegarii /app/thegarii | ||
|
||
COPY tools/firearweave/motd_node_manager /etc/motd | ||
COPY tools/firearweave/scripts/. /usr/local/bin/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## | ||
# This is place inside `/etc/profile.d/99-firehose-arweave.sh` | ||
# on built system an executed to provide message to use when they | ||
# connect on the box. | ||
export PATH=$PATH:/app | ||
|
||
cat /etc/motd |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.