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
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
chriptus13
changed the title
[BUG] Fail to run on Alpine images
[BUG] Fails to run on Alpine images
Feb 21, 2025
Describe the bug.
The CLI x86_64 tarball is dynamically linked against
glibc
and Alpine based images expectsmusl
-compatible binaries.Hence, when trying to create a Docker image based on
alpine
it fails to run with:When run
ldd asyncapi
:Expected behavior
I would expect that I can run
asyncapi
cli on alpine distro.Screenshots
How to Reproduce
Dockerfile:
Docker run commands
docker build --platform linux/amd64 . -t img
docker run img asyncapi
This also fails when installing
glibc
compatibility packageslibc6-compat
orgcompat
.🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: