Remove symlink for PostgreSQL data directory in Alpine images#1394
Merged
tianon merged 2 commits intodocker-library:masterfrom Jan 29, 2026
Merged
Remove symlink for PostgreSQL data directory in Alpine images#1394tianon merged 2 commits intodocker-library:masterfrom
tianon merged 2 commits intodocker-library:masterfrom
Conversation
Member
|
Great catch! Honestly kind of hilarious that we missed it in #1372 This needs to be updated in the templating (as seen in the failing CI); would you be willing to update with that change/fix or do you need us to take over from here? |
Removed symbolic link creation for PGDATA in Dockerfile.
Contributor
Author
|
Ah totally forgot about the template. Fixed that as well. CI should now be passing! |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jan 29, 2026
Changes: - docker-library/postgres@ec0cb67: Remove symlink for PostgreSQL data directory in Alpine images (docker-library/postgres#1394)
tianon
pushed a commit
to docker-library/official-images
that referenced
this pull request
Jan 29, 2026
Changes: - docker-library/postgres@ec0cb67: Remove symlink for PostgreSQL data directory in Alpine images (docker-library/postgres#1394) Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
keeganwitt
pushed a commit
to keeganwitt/docker-library-official-images
that referenced
this pull request
Feb 3, 2026
Changes: - docker-library/postgres@ec0cb67: Remove symlink for PostgreSQL data directory in Alpine images (docker-library/postgres#1394) Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed symbolic link on
/var/lib/postgresql/datato retain backwards compatiblity as already done for Debian images in #1372.This resolves #1393.