Skip to content
  • Will Lahti's avatar
    [FAB-5329] Able to instantiate on a taken chaincode ID · 36e51403
    Will Lahti authored
    
    
    This fix appends a hash of the Docker image name to the image name
    to ensure a chaincode with different capitalization does not override
    the container of an already instantiated chaincode. This problem was
    introduced by the need to convert all Docker image names to lowercase.
    The Docker container name will retain its capitalization as that
    restriction only applies to the image name.
    
    Change-Id: I854f80b2f0e0269d9bbc60725f82b7e5a804b6fd
    Signed-off-by: default avatarWill Lahti <wtlahti@us.ibm.com>
    36e51403