mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-28 22:39:56 +00:00
Use aws cli to pull docker engine binaries from s3 bucket. Conditional and happens if DOCKER_BIN_URL begins with 's3://' Example usage: ``` export AWS_ACCESS_KEY_ID=key export AWS_SECRET_ACCESS_KEY=secret make DOCKER_BIN_URL=s3://path-to-engine-binaries ``` Signed-off-by: Robb Kistler <robb.kistler@docker.com> Signed-off-by: Robb Kistler <robb.kistler@docker.com>