Users have pointed out that, for various reasons, it is unnecessary to install the amazon-ecr-credential-helper every time and that we should instead check first if it is already installed.
This PR picks up from the work done in #348. Thank you @ryandgood
Description
Check if amazon-ecr-credential-helper is already installed before attempting to download and install.
Motivation, issues
Users have pointed out that, for various reasons, it is unnecessary to install the
amazon-ecr-credential-helper
every time and that we should instead check first if it is already installed.This PR picks up from the work done in #348. Thank you @ryandgood
Description
amazon-ecr-credential-helper
is already installed before attempting to download and install.