Sign inSign up

circlekeurope/ebcli

By circlekeurope

Updated over 7 years ago

EB CLI tools (awsebcli) on Alpine Linux (latest)

Image
0

1.1K

circlekeurope/ebcli repository overview

AWS EB CLI Docker Image

Images for working with eb on CI/CD pipelines. Takes two arguments, VERSION and ALPINE_VERSION during build process.

Building

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 Dockerfile

Build 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 Dockerfile

Tag summary

Content type

Image

Digest

Size

93.7 MB

Last updated

over 7 years ago

docker pull circlekeurope/ebcli