oci-images/psql (sha256:3914b66e2673d5372a409a6fa34d408ca3ff53b123f940e02831b6b5359bf497)
Installation
docker pull git.roshless.me/infra/oci-images/psql@sha256:3914b66e2673d5372a409a6fa34d408ca3ff53b123f940e02831b6b5359bf497sha256:3914b66e2673d5372a409a6fa34d408ca3ff53b123f940e02831b6b5359bf497Image layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add postgresql-client # buildkit |
| ENV PGHOST=localhost |
| ENV PGDATABASE=databasename |
| ENV PGUSER=username |
| ENV PGPASSWORD=password |
| ENV PGPORT=5432 |
| ENV SQL_COMMAND=SELECT * FROM pg_catalog.pg_roles LIMIT 1; |
| CMD ["/bin/sh" "-c" "psql -c '${SQL_COMMAND}'"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-02T02:59:59.752Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 79c696ce2141179ff638e71261eedc73419e73db |
| org.opencontainers.image.source | https://git.roshless.me/infra/oci-images |
| org.opencontainers.image.title | oci-images |
| org.opencontainers.image.url | https://git.roshless.me/infra/oci-images |
| org.opencontainers.image.version | 202603020359 |
Details
2026-03-02 04:01:21 +01:00
Versions (3)
View all
Container
28
OCI / Docker
linux/amd64
8.7 MiB