An Alpine image with Postgres client
10K+
A Postgres client Docker image:
multiarch with support of amd64 and arm64,SBOM) changes,SBOM) attestation added using Syft,docker run -t --rm jfxs/postgres-client task --version
or
docker run -t --rm quay.io/ifxs/postgres-client task --version
Docker latest tag is 16.14.0-004, 16.14, 16 and contains:
| Name | Version | Type |
|---|---|---|
| ca-certificates | 20260611-r0 | apk |
| postgresql16-client | 16.14-r0 | apk |
Details are updated on Dockerhub Overview page when an image is published.
Docker tag definition:
Postgres client psql version used,<psql_version>-<increment>
Example: 16.3.0-001
Cosign public key:
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEa3yV6+yd/l4zh/tfT6Tx+zn0dhy3
BhFqSad1norLeKSCN2MILv4fZ9GA6ODOlJOw+7vzUvzZVr9IXnxEdjoWJw==
-----END PUBLIC KEY-----
The public key is also available online: https://gitlab.com/op_so/docker/cosign-public-key/-/raw/main/cosign.pub.
To verify an image:
cosign verify --key cosign.pub $IMAGE_URI
To verify and get the SBOM attestation:
cosign verify-attestation --key cosign.pub --type spdxjson $IMAGE_URI | jq '.payload | @base64d | fromjson | .predicate'
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License (MIT). See the LICENSE for details.
Content type
Image
Digest
sha256:7d7b1d35d…
Size
6.1 MB
Last updated
3 months ago
docker pull jfxs/postgres-client