Skip to content

Fix test container startup failure with Docker 28+#1669

Merged
tsegismont merged 1 commit into
eclipse-vertx:masterfrom
tsegismont:fix-for-latest-docker
May 19, 2026
Merged

Fix test container startup failure with Docker 28+#1669
tsegismont merged 1 commit into
eclipse-vertx:masterfrom
tsegismont:fix-for-latest-docker

Conversation

@tsegismont
Copy link
Copy Markdown
Member

/var/run is a symlink to /run in the Postgres image, and recent Docker versions reject path traversals through symlinks.

/var/run is a symlink to /run in the postgres image, and recent Docker versions reject path traversals through symlinks.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit aabd564 into eclipse-vertx:master May 19, 2026
19 checks passed
@tsegismont tsegismont deleted the fix-for-latest-docker branch May 19, 2026 13:36
tsegismont added a commit that referenced this pull request May 19, 2026
/var/run is a symlink to /run in the postgres image, and recent Docker versions reject path traversals through symlinks.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
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.

1 participant