Document configuration for building images with Colima
Closes gh-34522
This commit is contained in:
@@ -299,6 +299,14 @@ class PackagingDocumentationTests {
|
||||
.contains("bindHostToBuilder=true");
|
||||
}
|
||||
|
||||
@TestTemplate
|
||||
void bootBuildImageWithDockerHostColima() {
|
||||
BuildResult result = this.gradleBuild.script("src/docs/gradle/packaging/boot-build-image-docker-host-colima")
|
||||
.build("bootBuildImageDocker");
|
||||
assertThat(result.getOutput())
|
||||
.contains("host=unix://" + System.getProperty("user.home") + "/.colima/docker.sock");
|
||||
}
|
||||
|
||||
@TestTemplate
|
||||
void bootBuildImageWithDockerUserAuth() {
|
||||
BuildResult result = this.gradleBuild.script("src/docs/gradle/packaging/boot-build-image-docker-auth-user")
|
||||
|
||||
Reference in New Issue
Block a user