Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Included some basic docker image clean-up recommendations.

...

  1. Log into the Mozart instance

  2. Get the list of packages
    ex. sds pkg ls

  3. Copy the name of the package you want to remove then run the following:
    sds pkg rm <PACKAGE>
    ex. sds pkg rm container-aria-jpl_standard_product_report:on_demand

  4. Unregister the job from Jenkins
    sds ci remove_job -b <BRANCH> <GITHUB_URL>
    ex. sds ci remove_job -b on_demand https://github.com/aria-jpl/standard_product_report

  5. (Optional) Remove / clean-up your PGE container image from the deployed machine
    SSH into the deployment machine where your image is being executed (i.e. different than Mozart)
    Run docker images
    Find your image in the given list, and look for the ID number
    Remove / cleanup your image(s) via: docker rmi <ID>