Closed yuvipanda closed 4 years ago
hubploy build authenticates to AWS ECR by adding an credHelpers entry pointing to ecr-login to ~/.docker/config.json. If a ~/.docker/config.json file already exists but does not have a credHelpers entry, a KeyError was raised and hubploy failed.
hubploy build
credHelpers
hubploy build
authenticates to AWS ECR by adding ancredHelpers
entry pointing to ecr-login to ~/.docker/config.json. If a ~/.docker/config.json file already exists but does not have acredHelpers
entry, a KeyError was raised and hubploy failed.