spring-boot/spring-boot-project
Scott Frederick a620d348ad Fix exporting of Docker image layers
The logic to extract layers from a downloaded Docker image assumed that
the layer entries in the image tar archive always had the file extension
`.tar`. This was the case with Docker and other compatible daemons until
Docker 25.0. With this commit, the extension is no longer assumed, but
any entries listed in `manifest.json` will be recognized.

Fixes gh-39323
2024-01-30 16:25:03 -06:00
..
spring-boot Update copyright year of changed files 2024-01-22 12:20:06 -08:00
spring-boot-actuator Fix request mapping of endpoint path-mapped to / 2024-01-12 17:07:48 +00:00
spring-boot-actuator-autoconfigure Polish 'Make PropagationType a public type' 2024-01-22 11:49:45 -08:00
spring-boot-autoconfigure Update copyright year of changed files 2024-01-22 12:20:06 -08:00
spring-boot-dependencies Upgrade to SLF4J 2.0.11 2024-01-17 14:05:40 +00:00
spring-boot-devtools Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-docker-compose Add log message if Docker Compose services are already running 2023-12-05 14:02:16 +01:00
spring-boot-docs Fix typo 'Unuthorized' 2024-01-23 08:13:13 -08:00
spring-boot-parent Upgrade to Commons Compress 1.25.0 2024-01-30 13:49:37 +00:00
spring-boot-starters Remove OCI entry as it is no longer maintained 2024-01-17 10:42:27 +00:00
spring-boot-test Ensure that remaining mocks are closed before initializing a test 2024-01-25 10:57:45 +01:00
spring-boot-test-autoconfigure Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-testcontainers Remove unnecessary static modifiers 2023-12-19 22:38:08 -08:00
spring-boot-tools Fix exporting of Docker image layers 2024-01-30 16:25:03 -06:00