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:
Image loading...
The action lets you use images created by preceding Docker build actions in the pipeline, or pull the image from the selected Docker registry.
Image loading...
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.
Image loading...
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.
Last modified on Sep 26, 2024
Recommended