Run Docker image

If you need to test your Docker image before using it as the base for your builds, you can use the Run Image action:

Adding Run Docker image actionAdding Run Docker image action

The action lets you use images created by preceding Docker build actions in the pipeline, or pull the image from the selected Docker registry.

Run Image action configurationRun Image action configuration

Cache and Repository

The Cache tab lets you define the mount path for the pipeline's filesystem. The filesystem contains the repository in the recently executed revision, together with the artifacts built in the previous steps of the pipeline. This solution allows our Docker image to operate on repository files.

Cache tabCache tab

Warning
Images used in Run Docker Image action are cached by Buddy which speeds up the later executions. If you want to pull a fresh image, click on the burger menu icon on the given pipeline to clear the cache.
Recommended
Last update:
Sep 19, 2024