Upgrading a custom container in a Production Environment - BlueCat Integrity - 9.4.0

Address Manager Administration Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Perform the following upgrade process for containers running on BDDS appliances that are in a Production environment and behind a firewall.

Before you begin, make sure you have completed the following:

  • Custom image has been packaged into a tar file:
    docker save –o /path/to/file.tar <repository|imagename>

To upgrade a custom container in a production environment:

  1. Stop the container from the BDDS Diagnostics page.
    Attention: Do not disable Gateway Service.
  2. From the CLI of your Linux Console, copy the tar file to the BDDS:
    scp /path/to/file/<customimage>.tar root@<bdds-ip-address>:.
  3. At the prompt, enter your BDDS root password.
  4. Connect to the BDDS and unpack the image.
    ssh root@<bdds-ip-address>
    docker load -i /root/<customimage>.tar
  5. Return to BAM. From the Gateway Service page, deselect the Enable Gateway Service checkbox. The Remove Image checkbox appears.
  6. Select the Remove Image checkbox.
  7. Click Update. Gateway Service removes the old image from the BDDS appliance and stops. Once done, BAM returns you to the BDDS Service Type dropdown menu page.
  8. From the Gateway Service page, set the following parameters:
    • Enable Gateway Service—select this check box to start BlueCat Gateway Service.
    • Ports—enter a list of ports to configure for BlueCat Gateway.
    • Environment Variables—enter a list of environment variables to pull to a container during startup.
  9. Under Repositories, set the following parameters:
    • Repository—enter the repository address of the new image, in the format quay.io/bluecat/<repository>.
    • Tag—enter the new version tag.
  10. Click Update.