spring-boot/spring-boot-project/spring-boot-tools
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-antlib Remove references to https://repo.spring.io/release 2023-01-11 17:03:45 +00:00
spring-boot-autoconfigure-processor Use .isEmpty() where feasible 2023-12-19 22:38:05 -08:00
spring-boot-buildpack-platform Fix exporting of Docker image layers 2024-01-30 16:25:03 -06:00
spring-boot-cli Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-configuration-metadata Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-configuration-processor Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-gradle-plugin Upgrade to Commons Compress 1.25.0 2024-01-30 13:49:37 +00:00
spring-boot-gradle-test-support Test Gradle plugin against Gradle 8.5 2023-12-05 20:30:54 +00:00
spring-boot-jarmode-layertools Tolerate OS and Java version differences in ExtractCommandTests 2024-01-25 13:31:42 +00:00
spring-boot-loader Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-loader-tools Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-maven-plugin Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-properties-migrator Use Stream.toList() 2023-07-05 09:38:19 +01:00
spring-boot-test-support Support lenient ContainerConnectionDetailsFactory hint registration 2023-11-20 16:26:22 -08:00