Include an option to load docker images in the docker task

XMLWordPrintable

    • 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:

      1. Create an artifact download task to download the tar file.
      2. Create a docker task to load the file, for example:
        docker load --input my_docker_image.tar
        
      3. Create docker task to push or run the image.

            Assignee:
            Unassigned
            Reporter:
            Patricio (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: