public class PullImage
Task to pull an image.
@Inject
public PullImage(@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
Task to pull an image.
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getImage()
@Input @NotNull public org.gradle.api.provider.Property<java.lang.Boolean> getForce()
@NotNull public com.bmuschko.gradle.docker.DockerRegistryCredentials getRegistryCredentials()
The target Docker registry credentials for usage with a task.
public void registryCredentials(@Nullable
org.gradle.api.Action<? super com.bmuschko.gradle.docker.DockerRegistryCredentials> action)
Configures the target Docker registry credentials for use with a task.
action 6.0.0
public void registryCredentials(@NotNull
groovy.lang.Closure<com.bmuschko.gradle.docker.DockerRegistryCredentials> c)
Set the credentials for the task.
c - closure with Docker registry credentials.public void runRemoteCommand()
Executes the remote Docker command.