Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

manage-offline-container-images.sh

  • Kenichi Omichi's avatar
    b0fcc1ad
    Add error handling for registorying images (#7787) · b0fcc1ad
    Kenichi Omichi authored
    When running the script, I faced the following error but it was
    difficult to know the root problem due to lack of error handling.
    
      docker tag" requires exactly 2 arguments.
      See 'docker tag --help'.
    
      Usage:  docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
    
      Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
    
    To investigate such errors easily, this adds an error handling.
    b0fcc1ad
    History
    Add error handling for registorying images (#7787)
    Kenichi Omichi authored
    When running the script, I faced the following error but it was
    difficult to know the root problem due to lack of error handling.
    
      docker tag" requires exactly 2 arguments.
      See 'docker tag --help'.
    
      Usage:  docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
    
      Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
    
    To investigate such errors easily, this adds an error handling.