Skip to content

Commit

Permalink
feat: cardano-configs 20240725
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Jul 25, 2024
1 parent 4274000 commit 3377cd2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/cardano-config/cardano-config-20240725.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: cardano-config
version: 20240725
description: Configuration files for the Cardano node by Input Output Global
installSteps:
- docker:
containerName: cardano-configs
image: ghcr.io/blinklabs-io/cardano-configs:20240725-1
pullOnly: true
outputs:
- name: base
description: Path to the Cardano Node configuration files
value: '{{ .Paths.ContextDir }}/config'
postInstallScript: |
set -e
mkdir -p {{ .Paths.ContextDir }}/config
docker create --name {{ .Package.Name }}-{{ .Package.ShortName }} ghcr.io/blinklabs-io/cardano-configs:20240725-1 bash
docker cp {{ .Package.Name }}-{{ .Package.ShortName }}:/config/{{ .Context.Network }}/ {{ .Paths.ContextDir }}/config/
docker rm {{ .Package.Name }}-{{ .Package.ShortName }}
tags:
- docker
- linux
- darwin
- amd64
- arm64

0 comments on commit 3377cd2

Please sign in to comment.