Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Ogmios package #82

Merged
merged 1 commit into from
Mar 6, 2024
Merged

feat: add Ogmios package #82

merged 1 commit into from
Mar 6, 2024

Conversation

verbotenj
Copy link
Contributor

@verbotenj verbotenj commented Mar 5, 2024

Installing package ogmios (= v6.1.0)
v6.1.0: Pulling from cardanosolutions/ogmios

pkgmgr/package.go Outdated Show resolved Hide resolved
@@ -91,6 +91,37 @@ docker run --rm -ti ghcr.io/blinklabs-io/mithril-client:0.7.0-1 $@
},
},
},
{
Name: "ogmios",
Version: "v5.6.0-mainnet",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need 6.0+ for compatibility with our given cardano-node versions.

I suggest v6.1.0, instead.

Docker: &PackageInstallStepDocker{
ContainerName: "ogmios",
Image: "cardanosolutions/ogmios:v5.6.0-mainnet",
Env: map[string]string{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ogmios doesn't read env, but if we wanted to use some and then pipe them through to the command arguments, that could work.

Signed-off-by: Ales Verbic <[email protected]>
@verbotenj verbotenj merged commit db2d08e into main Mar 6, 2024
6 checks passed
@verbotenj verbotenj deleted the feat/ogmios-pkg branch March 6, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants