We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I start the image I get his error:
/usr/local/bin/entrypoint: cd: line 15: can't cd to /opt/postgresql-client-collection/16: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz ERROR: *.apk: No such file or directory
/usr/local/bin/entrypoint: line 19: psql: not found
I seems it cannot download psql.
The text was updated successfully, but these errors were encountered:
I'm checking the Dockerfile and I see that postgres 16 is not supported. I'll try to make a fix and send a pull request,
Sorry, something went wrong.
I've sent a pull request: #774
Thanks for merging!
No branches or pull requests
When I start the image I get his error:
/usr/local/bin/entrypoint: cd: line 15: can't cd to /opt/postgresql-client-collection/16: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
ERROR: *.apk: No such file or directory
/usr/local/bin/entrypoint: line 19: psql: not found
I seems it cannot download psql.
The text was updated successfully, but these errors were encountered: