You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
620 B

  1. # Container image collecting script for offline deployment
  2. This script has two features:
  3. (1) Get container images from an environment which is deployed online.
  4. (2) Deploy local container registry and register the container images to the registry.
  5. Step(1) should be done online site as a preparation, then we bring the gotten images
  6. to the target offline environment.
  7. Then we will run step(2) for registering the images to local registry.
  8. Step(1) can be operated with:
  9. ```shell
  10. manage-offline-container-images.sh create
  11. ```
  12. Step(2) can be operated with:
  13. ```shell
  14. manage-offline-container-images.sh register
  15. ```