-
Notifications
You must be signed in to change notification settings - Fork 465
Gateway container image 0.0.21 has exec format error #747
Copy link
Copy link
Closed as not planned
Description
Issue Description
The OpenShell gateway container image ghcr.io/nvidia/openshell/cluster:0.0.21 fails to start with an exec format error:
exec /usr/local/bin/cluster-entrypoint.sh: exec format error
Steps to Reproduce
- Install OpenShell CLI v0.0.21
- Run
openshell gateway start --name test - Gateway fails to start with exec format error
Investigation
- The error occurs even with
/bin/shentrypoint override - Image architecture is amd64/linux (correct for x86_64 WSL2)
- The
devimage works correctly:docker run --rm --entrypoint /bin/sh ghcr.io/nvidia/openshell/cluster:dev -c 'echo test'outputstest - Only the
0.0.21tagged image is broken
Environment
- OpenShell CLI version: 0.0.21
- Docker Desktop 4.67.0 on WSL2 (Ubuntu)
- Architecture: x86_64
Workaround
Using the dev image tag works, but the CLI is hardcoded to use 0.0.21.
Request
Please rebuild or fix the 0.0.21 image tag, or release a new version with a working image.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels