Skip to content
New issue

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

fix: Correct path to docker entrypoint in postgres-server container #2185

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

sehrope
Copy link
Member

@sehrope sehrope commented Jun 17, 2021

The latest versions of the postgres docker container no longer symlink the entrypoint script to the root. This PR fixes our customized entry point to handle both the old and newer container versions.

Recent versions of the postgres docker container no longer symlink the startup script
to the root of the filesystem so we check for either the old or new location and
run it accordingly.
@sehrope sehrope merged commit 6ee9f49 into pgjdbc:master Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant