EB CLI tools (awsebcli) on Alpine Linux (latest)
1.1K
Images for working with eb on CI/CD pipelines. Takes two arguments, VERSION and ALPINE_VERSION during build process.
Build and tag with alpine latest and ebcli 3.15.0:
docker build --build-arg VERSION=3.15.0 -tag ebcli:3.15.0 -f DockerfileBuild and tag with alpine 3.9 and ebcli 3.15.0:
docker build --build-arg VERSION=3.15.0 --build-arg ALPINE_VERSION=3.9 -tag ebcli:3.15.0-alpine3.9 -f DockerfileContent type
Image
Digest
Size
93.7 MB
Last updated
over 7 years ago
docker pull circlekeurope/ebcli