-
Type:
Suggestion
-
Resolution: Low Engagement
-
None
-
Component/s: Docker
-
0
-
2
Summary
Bamboo Docker task is missing an option to load a docker image from a tar file into a local repository.
Environment
Bamboo 6.2.2
Workaround
Use a script tasks. Example:
- Create an artifact download task to download the tar file.
- Create a docker task to load the file, for example:
docker load --input my_docker_image.tar
- Create docker task to push or run the image.