when using jibDockerBuild, with a docker hub source image, dockerClient executable doesn't appear to be used.
e.g.
tinyJib {
from.image =
"eclipse-temurin:25.0.3_9-jre-alpine-3.23@sha256:c707c0d18cb9e8556380719f80d96a7529d0746fbb42143893949b98ed2f8943"
dockerClient {
executable = "/usr/local/bin/docker"
}
}
this appears to be happening in:
https://github.com/pschichtel/tiny-jib/blob/master/src/main/kotlin/tel/schich/tinyjib/service/JibService.kt#L105
using prefix 'docker://' does work... but the image must then be pulled independently so that its in the local daemon image set.
Thanks for a nice bit of software.
when using jibDockerBuild, with a docker hub source image, dockerClient executable doesn't appear to be used.
e.g.
this appears to be happening in:
https://github.com/pschichtel/tiny-jib/blob/master/src/main/kotlin/tel/schich/tinyjib/service/JibService.kt#L105
using prefix 'docker://' does work... but the image must then be pulled independently so that its in the local daemon image set.
Thanks for a nice bit of software.