-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
latest arm64 docker image fails to start #3867
Comments
Urghs. We just changed the docker image creation process for the arm64 image, something must have been gone wrong. Thanks for the report. |
We most likely forgot to make |
This happened in 06aebfa and caused the arm64 docker image to not start up properly. Resolves PostgREST#3867
I removed the arm64 image from docker, so the v12.2.4 image is now single layer for amd64 only. Release is triggered and v12.2.5, which should hopefully fix this, is on it's way. The v12.2.5 and latest tags will then have the arm64 image again. |
@adorn does it work better now? |
Looks good:
Thank you for your fast support! |
Environment
docker pull --platform linux/arm64 postgrest/postgrest:latest
latest: Pulling from postgrest/postgrest
Digest: sha256:46519e461c7bbfdc49d6b5040f8ee2d379aceebe3a2f53743bc201fbe4fe5f46
Status: Downloaded newer image for postgrest/postgrest:latest
docker.io/postgrest/postgrest:latest
Description of issue
docker run --platform linux/arm64 --rm -it postgrest/postgrest:latest
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "postgrest": executable file not found in $PATH: unknown.
amd64-Image is working:
docker pull --platform linux/amd64 postgrest/postgrest:latest
latest: Pulling from postgrest/postgrest
Digest: sha256:46519e461c7bbfdc49d6b5040f8ee2d379aceebe3a2f53743bc201fbe4fe5f46
Status: Image is up to date for postgrest/postgrest:latest
docker.io/postgrest/postgrest:latest
docker run --platform linux/amd64 --rm -it postgrest/postgrest:latest
20/Jan/2025:15:47:45 +0000: Starting PostgREST 12.2.4...
20/Jan/2025:15:47:45 +0000: Listening on port 3000
....
The text was updated successfully, but these errors were encountered: