You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We run Popeye as a cronjob that then pushes the results to Grafana. Today we attempted to upgrade the image we use from v0.21.5 to v0.21.6. When this image runs it fails with the following logs:
exec /bin/popeye: exec format error
We rolled back the image to v0.21.5 and everything is working fine.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
For Popeye to run and push to the Prometheus gateway.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
dallinb
changed the title
Popeye 2.1.6 Docker Image (exec /bin/popeye: exec format error)
Popeye v0.21.6 Docker Image (exec /bin/popeye: exec format error)
Jan 14, 2025
Describe the bug
We run Popeye as a cronjob that then pushes the results to Grafana. Today we attempted to upgrade the image we use from v0.21.5 to v0.21.6. When this image runs it fails with the following logs:
We rolled back the image to v0.21.5 and everything is working fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For Popeye to run and push to the Prometheus gateway.
Versions (please complete the following information):
Additional context
Looking at https://hub.docker.com/r/derailed/popeye/tags I think the root cause is that v0.21.6 is for
linux/arm64/v8
. Previous versions were forlinux/amd64
.The text was updated successfully, but these errors were encountered: