https://github.com/ekgf/debian-awscli
Based on python:3.8-slim-buster, adds AWS CLI and some Python libs for RDF processing
https://github.com/ekgf/debian-awscli
Last synced: 4 months ago
JSON representation
Based on python:3.8-slim-buster, adds AWS CLI and some Python libs for RDF processing
- Host: GitHub
- URL: https://github.com/ekgf/debian-awscli
- Owner: EKGF
- Created: 2020-05-09T12:27:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T10:27:15.000Z (over 4 years ago)
- Last Synced: 2025-08-29T09:59:25.023Z (10 months ago)
- Language: Dockerfile
- Size: 71.3 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Image - debian-awscli
debian-awscli is a lightweight base image that has bash, python and the AWS CLI on board (for S3 access)
We switched from Alpine to Debian for this image due to these two articles:
- https://pythonspeed.com/articles/base-image-python-docker-images/
- https://pythonspeed.com/articles/alpine-docker-python/
Utilities in this image:
- jq (for processing JSON)
- yq (for processing YAML)
- curl & wget (for executing HTTP commands)
- git
- rsync
- awscli
- uuid-dev
- dirmngr
- gnupg
- less
- groff
- ca-certificates
- netbase
- unzip
- jq
- rsync
- krb5-user (not yet)
- krb5-config (not yet)
- libgssapi-krb5-2 (not yet)
Python libraries:
- wheel
- setuptools
- rdflib
- sparqlwrapper
- ekglib
- boto3
- botocore
- owlrl
- pandas
- python-dateutil
- requests
- six
- stringcase
- humps
- argparse
- inflection
- ldap3
- xlrd
- pystardog
- unidecode
- gssapi (not yet)