You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug in the latest docker images. Specifically it seems to be introduced by commit 3706d4c. See here: if (id -u) == 0, postgres is executed without first importing the scripts from /docker-entrypoint-initdb.d. This breaks existing Dockerfiles.
The text was updated successfully, but these errors were encountered:
Are you talking about the change that initdb.d scripts are no longer run as root? I had commented about that on the PR introducing this change: #253 (comment).
There seems to be a bug in the latest docker images. Specifically it seems to be introduced by commit 3706d4c. See here: if
(id -u) == 0
, postgres is executed without first importing the scripts from/docker-entrypoint-initdb.d
. This breaks existingDockerfile
s.The text was updated successfully, but these errors were encountered: