Skip to content
Snippets Groups Projects
Select Git revision
  • b54cf5bd0aa4f53df726b304f7be55e6d776e815
  • master default protected
  • v2.27.1
  • 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
22 results

offline

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Kenichi Omichi authored and GitHub committed
    Previously IDs of container images were gotten from tar files of container
    images but that way was wrong. If multiple json files are contained in a
    tar file, the script got multiple IDs and tried to pass these IDs on
    `docker tag` command. Then the command was failed.
    
    This updates the script to get image IDs from `docker image inspect` command
    to fix this issue.
    In addition, this adds a check a registry container exists already or not
    before deploying registry container to avoid a container conflict failure.
    8f44cd35
    History
    Name Last commit Last update
    ..