Uses of Class
com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
Packages that use DockerPullImageTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of DockerPullImageTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DockerPullImageTaskModifier and TypeMethodDescriptionDockerPullImageTask.customRegistryImage(@NotNull String repository) Specify repository and image name which will be pulled from the custom registry.DockerPullImageTask.dockerHubImage(@NotNull String repository) Specify image name which will be pulled from Docker Hub.