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

podman issue #24

Closed
badharan opened this issue May 10, 2023 · 7 comments
Closed

podman issue #24

badharan opened this issue May 10, 2023 · 7 comments

Comments

@badharan
Copy link

Hello im trying to put run the container as podman
podman run -p 9491:9491 --name pure-fb-om-exporter quay.io/purestorage/pure-fb-om-exporter
2023/05/10 16:50:32 Error in token file: unknown arguments --host 0.0.0.0

can please have a look

@badharan
Copy link
Author

Any luck on this ?

@james-laing
Copy link
Collaborator

Hi @badharan,

Try changing host: 0.0.0.0 to address: 0.0.0.0

@badharan
Copy link
Author

Hi ,
Actually pullin dirctlry form registry ? is there is any command i need to encode with ?

@james-laing
Copy link
Collaborator

@badharan I have managed to recreate the error and I see what you are experiencing.

While we work on a fix for this are you able to to use the previous version?
podman run -p 9491:9491 --name pure-fb-om-exporter quay.io/purestorage/pure-fb-om-exporter:v1.0.2

@chrroberts-pure
Copy link
Collaborator

#25 was opened to correct this issue.

This was an issue with the initialization of the binary within the docker image. I'll make sure it gets merged asap.

@badharan
Copy link
Author

sure , Once done let us know . thanks

@sdodsley
Copy link
Collaborator

@badharan v1.0.3.hotfix1 released. You can get this image with
podman pull quay.io/purestorage/pure-fb-om-exporter:latest

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

No branches or pull requests

4 participants