Replies: 1 comment
-
|
That seem like local state got corrupted. I checked the image on hub and the $ docker run -it --rm --platform linux/arm64 postgres:alpine bash
Unable to find image 'postgres:alpine' locally
alpine: Pulling from library/postgres
e0cd6769e23c: Pull complete
b0ad42f9114e: Pull complete
d9708c695497: Pull complete
b8766da0c426: Pull complete
9f71dc4be8f8: Pull complete
94800f566750: Pull complete
6b59a28fa201: Pull complete
aa4fc12bd3e6: Pull complete
e268d9926fd7: Pull complete
fa72dc705f57: Pull complete
Digest: sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
Status: Downloaded newer image for postgres:alpine
b2581b43bcdf:/# ls -al /usr/local/bin/*.sh
lrwxrwxrwx 1 root root 23 Oct 22 17:40 /usr/local/bin/docker-enforce-initdb.sh -> docker-ensure-initdb.sh
-rwxr-xr-x 1 root root 2317 Oct 22 17:38 /usr/local/bin/docker-ensure-initdb.sh
-rwxr-xr-x 1 root root 14646 Oct 22 17:38 /usr/local/bin/docker-entrypoint.sh
b2581b43bcdf:/#
exit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The image
sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40has empty startup scripts and thus can not run.When startet:
Further inspection reveals that the entrypoint script is empty:
In comparison, the (working) amd64 version (
sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40):Beta Was this translation helpful? Give feedback.
All reactions