ray/docker/retag-lambda
Akash Patel 96d579a4fe
Add support for Python 3.10 (#21221)
Signed-off-by: acxz <17132214+acxz@users.noreply.github.com>
2022-08-26 11:01:12 -07:00
..
cuda_versions.txt [Docker] Add Cuda 11.6 support (#26695) 2022-07-26 10:15:53 -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 Add support for Python 3.10 (#21221) 2022-08-26 11:01:12 -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.