ray/docker/retag-lambda
Ian Rodney 46a9574c84
[Docker] Explain how to update tagging lambda (#24862)
Explains how to replace the existing lambda when the code changes.
2022-05-16 16:16:49 -07:00
..
cuda_versions.txt Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
lambda_function.py [Docker] Start building ray-ml CPU Docker image again (#24266) 2022-04-28 15:29:23 -07:00
python_versions.txt Revert "Revert "[Docker] Support multiple CUDA Versions (#19505)" (#19756)" (#19763) 2021-10-26 17:32:56 -07:00
README.md [Docker] Explain how to update tagging lambda (#24862) 2022-05-16 16:16:49 -07:00

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.