| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 |
Updating this Lambda Function
- 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
DockerTagLatestfunction. SelectUpload from, then.zip fileand then select the zip file created in Step 2.