-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move packages to separate files (#117)
Fixes #108
- Loading branch information
Showing
12 changed files
with
183 additions
and
172 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: cardano-node | ||
version: 8.7.3 | ||
description: Cardano node software by Input Output Global | ||
installSteps: | ||
- docker: | ||
containerName: cardano-node | ||
image: ghcr.io/blinklabs-io/cardano-node:8.7.3 | ||
env: | ||
CARDANO_NODE_SOCKET_PATH: /ipc/node.socket | ||
NETWORK: '{{ .Context.Network }}' | ||
binds: | ||
- '{{ .Paths.ContextDir }}/node-ipc:/ipc' | ||
- '{{ .Paths.DataDir }}/data:/data' | ||
ports: | ||
- "3001" | ||
pullOnly: false | ||
- file: | ||
binary: true | ||
filename: cardano-cli | ||
content: | | ||
#!/bin/bash | ||
docker exec -ti {{ .Package.Name }}-cardano-node cardano-cli $@ | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 |
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,20 @@ | ||
name: mithril-client | ||
version: 0.5.17 | ||
description: Mithril client by Input Output Global | ||
installSteps: | ||
- docker: | ||
containerName: mithril-client | ||
image: ghcr.io/blinklabs-io/mithril-client:0.5.17-1 | ||
pullOnly: true | ||
- file: | ||
binary: false | ||
filename: mithril-client | ||
content: | | ||
#!/bin/bash | ||
docker run --rm -ti ghcr.io/blinklabs-io/mithril-client:0.5.17 $@ | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 |
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,20 @@ | ||
name: mithril-client | ||
version: 0.7.0 | ||
description: Mithril client by Input Output Global | ||
installSteps: | ||
- docker: | ||
containerName: mithril-client | ||
image: ghcr.io/blinklabs-io/mithril-client:0.7.0-1 | ||
pullOnly: true | ||
- file: | ||
binary: false | ||
filename: mithril-client | ||
content: | | ||
#!/bin/bash | ||
docker run --rm -ti ghcr.io/blinklabs-io/mithril-client:0.7.0-1 $@ | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 |
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,30 @@ | ||
name: ogmios | ||
version: v6.1.0 | ||
description: Ogmios, a WebSocket & HTTP server for Cardano, providing a bridge between Cardano nodes and clients. | ||
installSteps: | ||
- docker: | ||
containerName: ogmios | ||
image: cardanosolutions/ogmios:v6.1.0 | ||
command: | ||
- ogmios | ||
- --log-level | ||
- info | ||
- --host | ||
- 0.0.0.0 | ||
- --port | ||
- "1337" | ||
- --node-socket | ||
- /ipc/node.socket | ||
- --node-config | ||
- /config/mainnet/cardano-node/config.json | ||
binds: | ||
- '{{ .Paths.ContextDir }}/node-ipc:/ipc' | ||
ports: | ||
- "1337" | ||
pullOnly: false | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 |
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,9 @@ | ||
name: test-packageA | ||
version: 1.0.2 | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 | ||
postInstallNotes: Notes for {{ .Package.Name }} |
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,13 @@ | ||
name: test-packageA | ||
version: 1.0.3 | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 | ||
postInstallNotes: Notes for {{ .Package.Name }} | ||
outputs: | ||
- name: foo | ||
description: the 'foo' description | ||
value: '{{ .Package.Name }}' |
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,8 @@ | ||
name: test-packageA | ||
version: 2.1.3 | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 |
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,25 @@ | ||
name: test-packageB | ||
version: 0.1.0 | ||
installSteps: | ||
- condition: eq .Package.ShortName "test-packageB" | ||
file: | ||
binary: false | ||
filename: test-file1 | ||
content: test1 | ||
- condition: eq .Package.ShortName "test-packageZ" | ||
file: | ||
binary: false | ||
filename: test-file2 | ||
content: test2 | ||
dependencies: | ||
- test-packageA[fooA,-fooB] < 2.0.0, >= 1.0.2 | ||
tags: | ||
- docker | ||
- linux | ||
- darwin | ||
- amd64 | ||
- arm64 | ||
postInstallNotes: |- | ||
Values: | ||
{{ toPrettyJson . }} |
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.