- Get Docker Retag via wget:
pushd docker/retag-lambda
wget -q https://github.com/joshdk/docker-retag/releases/download/0.0.2/docker-retag
popd
- Package this folder:
pushd docker/retag-lambda
zip retag-lambda.zip *
- Head to the AWS Management console & select the
DockerTagLatest
function. SelectUpload from
, then.zip file
and then select the zip file created in Step 2.