Container image with aws-cli, jq and PostgreSQL
1.9K
Container image with:
bullseye-YYYYmmdd-awscli-X.Y.Z-jq-X.Y-postgres-X.Y, latestCLI:
docker pull dex4er/debian-awscli-jq-postgres
docker run -v ~/.aws:/root/.aws -e AWS_PROFILE dex4er/debian-awscli-jq-postgres bash -c "aws sts get-caller-identity"
Dockerfile:
FROM dex4er/debian-awscli-jq-postgres:latest
RUN bash -c 'aws --version'
RUN bash -c 'jq --version'
RUN bash -c 'psql --version'
License information for asdf project.
License information for aws-cli project.
License information for jq project.
License information for PostgreSQL project.
License information for container image project.
Content type
Image
Digest
sha256:b4d4e0a7e…
Size
213.3 MB
Last updated
about 4 years ago
docker pull dex4er/debian-awscli-jq-postgres