Skip to main content
Skip table of contents

Mend for Bitbucket Data Center - Upgrading to the Latest Docker Images

  1. Get the latest Mend for Bitbucket Data Center version from Mend Support.

  2. Upload the new Mend Bitbucket add-on by following the guidelines here

  3. Build these three Docker images from the new version - see here.

    • wss-bb-app

    • wss-scanner

    • remediate-server

  4. Stop currently-running Docker containers from the previous version:

    CODE
    docker stop <wss-bb-app> <wss-scanner> <remediate-server>
  5. Remove the Docker containers from the previous version:

    CODE
    docker rm <wss-bb-app> <wss-scanner> <remediate-server>
  6. Fetch the activation key from the existing prop.json file (the propertyValue associated to the property "bolt.op.activation.key") and copy it to the clipboard.

  7. Generate and save the new prop.json file by following the steps here and using the activation key value that was just copied. 

  8. Run the containers - see here.

  9. (Optional) If the new wss-bb-app container has a different URL than the previous container, then follow the guidelines here to update the Bitbucket webhook URL.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.