{"id":15048287,"url":"https://github.com/github/docker-awscli","last_synced_at":"2025-10-04T08:31:16.861Z","repository":{"id":65974836,"uuid":"114309521","full_name":"github/docker-awscli","owner":"github","description":"Another aws cli for hacking","archived":true,"fork":true,"pushed_at":"2017-12-04T03:15:44.000Z","size":15,"stargazers_count":7,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-25T21:09:56.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sfc-gh-eraigosa/docker-awscli","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-15T00:30:00.000Z","updated_at":"2024-07-31T03:19:18.000Z","dependencies_parsed_at":"2023-02-19T18:01:02.869Z","dependency_job_id":null,"html_url":"https://github.com/github/docker-awscli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fdocker-awscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fdocker-awscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fdocker-awscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fdocker-awscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/docker-awscli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876581,"owners_count":16554769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T21:10:18.421Z","updated_at":"2025-10-04T08:31:11.572Z","avatar_url":"https://github.com/github.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Another awscli\n\n[![](https://travis-ci.org/wenlock/docker-awscli.svg?branch=master)](https://travis-ci.org/wenlock/docker-awscli)\n\nLets build another aws cli tool for docker so we can hack. :tada:\n\n## Using the image\nHere is some instructions on how to use it.\n\n### Setup a function\nThis works in bash\n\n```bash\n  function awscli {\n      export AWS_CLI_IMAGE=\"${AWS_CLI_IMAGE:-wenlock/awscli}\"\n      docker run -it --rm -e AWS_ACCESS_KEY_ID \\\n                                       -e AWS_SECRET_ACCESS_KEY \\\n                                       -e AWS_DEFAULT_REGION \\\n                                       ${AWS_CLI_IMAGE} aws $@\n  }\n```\n\nDon't like the `latest` version, just set `export AWS_CLI_IMAGE=wenlock/awscli:1.11.189`.\nWe'll get the aws version you ask for.\n\n### Setup credentials with environment vars\n\n```bash\nexport AWS_ACCESS_KEY_ID=aaaabbbbbb\nexport AWS_SECRET_ACCESS_KEY=xxxxxxxxxx\nexport AWS_DEFAULT_REGION=us-east-1\n```\n\n### Use it\n\nFor example:\n\n`eval $(aws ecr get-login)`\n\n## Contributing to awscli\n\nWant to help me, wow cool!  \n\nFork this repo and submit a PR :D\n\n\n## Licensing\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fdocker-awscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Fdocker-awscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fdocker-awscli/lists"}