Skip to content

Latest commit

 

History

History

retag-lambda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Updating this Lambda Function

  1. 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
  1. Package this folder:
pushd docker/retag-lambda
zip retag-lambda.zip *
  1. Head to the AWS Management console & select the DockerTagLatest function. Select Upload from, then .zip file and then select the zip file created in Step 2.