chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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
```
2. Package this folder:
```
pushd docker/retag-lambda
zip retag-lambda.zip *
```
3. 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.