/alpine-docker-awscli

Custom image where you can run docker and aws-cli for your ci/cd pipeline.

Primary LanguageDockerfile

Docker and AWS CLI on Alpine:3.11.5

DockerHub GitHub LinkedIn

Custom image where you can run docker and aws-cli for your ci/cd pipeline.

How to use?

Simply build the image using docker build -t alpine-docker-awscli .

and run it with all needed parameter:

docker run --rm \
    -v /path/to/readme.md:/data/README.md \
    -e DOCKERHUB_USERNAME=myhubuser \
    -e DOCKERHUB_PASSWORD=myhubpassword \
    -e DOCKERHUB_REPO_PREFIX=myorga \
    -e DOCKERHUB_REPO_NAME=myrepo \
     alpine-docker-awscli

That's it.

Updates and updating

To update your setup simply pull the newest image version from docker hub and run it.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small. Here's the GitHub repo.