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

container: version does not print anything #8

Open
smuu opened this issue Apr 18, 2023 · 2 comments
Open

container: version does not print anything #8

smuu opened this issue Apr 18, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@smuu
Copy link
Contributor

smuu commented Apr 18, 2023

Steps:

docker run ghcr.io/rollkit/gm:v0.1.0 version

Or:

docker run -it --entrypoint bash ghcr.io/rollkit/gm:v0.1.0
gmd version

Both only returns an empty line instead of version information.

@smuu smuu added the bug Something isn't working label Apr 18, 2023
@smuu smuu self-assigned this Apr 18, 2023
@jcstein
Copy link
Member

jcstein commented Apr 18, 2023

it looks like the binary wasn't built?

# in
docker run ghcr.io/rollkit/gm:v0.1.0 gmd version

# out
Error: unknown command "gmd" for "gmd"
Run 'gmd --help' for usage.

however, in this case it does, and it works

# in
docker run -it --entrypoint bash ghcr.io/rollkit/gm:v0.1.0
gmd version

# out
blank

@jcstein
Copy link
Member

jcstein commented Apr 18, 2023

If I build the chain manually, I get:

jcs @ ~/DEV/gm % gmd version
0.1.0-965b7bb9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants