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

Docker run ends in "manifest not found" #182

Open
BadTorro opened this issue Mar 5, 2025 · 0 comments
Open

Docker run ends in "manifest not found" #182

BadTorro opened this issue Mar 5, 2025 · 0 comments

Comments

@BadTorro
Copy link

BadTorro commented Mar 5, 2025

Hi there,

Executing the docker run command to run the examples ends in "manifest not found" (I'm using podman instead of docker).

docker run --rm -it --name script_exporter -p 9469:9469 -v $(pwd)/examples:/examples ghcr.io/ricoberger/script_exporter:dev -config.file /examples/config.yaml

ends in:

Trying to pull ghcr.io/ricoberger/script_exporter:dev...
Error: initializing source docker://ghcr.io/ricoberger/script_exporter:dev: reading manifest dev in ghcr.io/ricoberger/script_exporter: manifest unknown

Executing with "main" works:
podman run --rm -it --name script_exporter -p 9469:9469 -v $(pwd)/examples:/examples ghcr.io/ricoberger/script_exporter:main -config.file /examples/config.yaml

ends in:

ts=2025-03-05T08:05:22.527Z caller=exporter.go:155 level=info msg="Starting script_exporter" version="(version=v2.24.0-3-gb78521c, branch=main, revision=b78521c8a35ea8f3cf4a176bf07a468db5385599)"
ts=2025-03-05T08:05:22.527Z caller=exporter.go:156 level=info msg="Build context" build_context="(go=go1.23.5, user=root, date=2025-02-15@18:02:59)"
ts=2025-03-05T08:05:22.527Z caller=exporter.go:157 level=info msg="Listening on :9469"
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

1 participant