Allow for predicate based checking of image names
Update `DockerComposeConnectionDetailsFactory` to accept a `Predicate` based check to determine if the source should be accepted. The existing name based checks have also been improved to allow names outside of official docker images. The `ImageReference` and `ImageName` classes have been mainly copied from `org.springframework.boot.buildpack.platform.docker.type`. Closes gh-35154
This commit is contained in:
@@ -56,7 +56,7 @@ The following service connections are currently supported:
|
||||
| Containers named "redis"
|
||||
|
||||
| `ZipkinConnectionDetails`
|
||||
| Containers named "zipkin".
|
||||
| Containers named "openzipkin/zipkin".
|
||||
|===
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user