spring-boot/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src
Phillip Webb f6dae1397d Add application directory layer to ephemeral builder for Podman support
Update `EphemeralBuilder` so that it adds an additional layer that
containing an empty application (aka workspace) directory owned by
the build user.

Prior to this commit, the directory was only bound. This could cause
issues on Podman where, unlike Docker, the bound directory is owned
by `root`.

Fixes gh-45233
2025-04-22 19:11:45 -07:00
..
dockerTest/java/org/springframework/boot/buildpack/platform/docker Update spring-boot-buildpack-platform to use docker-test plugin 2024-06-26 19:46:08 +01:00
main/java/org/springframework/boot/buildpack/platform Add application directory layer to ephemeral builder for Podman support 2025-04-22 19:11:45 -07:00
test Add application directory layer to ephemeral builder for Podman support 2025-04-22 19:11:45 -07:00