-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
pkgmgr/registry.go
Outdated
@@ -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", |
There was a problem hiding this comment.
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.
pkgmgr/registry.go
Outdated
Docker: &PackageInstallStepDocker{ | ||
ContainerName: "ogmios", | ||
Image: "cardanosolutions/ogmios:v5.6.0-mainnet", | ||
Env: map[string]string{ |
There was a problem hiding this comment.
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.
baa8a9d
to
3c109c8
Compare
Signed-off-by: Ales Verbic <[email protected]>
3c109c8
to
f6f1e39
Compare
Installing package ogmios (= v6.1.0)
v6.1.0: Pulling from cardanosolutions/ogmios