Sign inSign up

dex4er/debian-awscli-jq-postgres

By dex4er

Updated about 4 years ago

Container image with aws-cli, jq and PostgreSQL

Image
0

1.9K

dex4er/debian-awscli-jq-postgres repository overview

docker-debian-awscli-jq-postgres

GitHub CI Lint Docker Image Version

Container image with:

Tags

  • bullseye-YYYYmmdd-awscli-X.Y.Z-jq-X.Y-postgres-X.Y, latest

Usage

CLI:

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

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.

Tag summary

Content type

Image

Digest

sha256:b4d4e0a7e

Size

213.3 MB

Last updated

about 4 years ago

docker pull dex4er/debian-awscli-jq-postgres