Adding README and switching CI to latest Docker and Dind

This commit is contained in:
Torsten Raudssus 2024-03-31 00:09:33 +01:00
parent a2e5e14cb6
commit e5b3409a94
2 changed files with 25 additions and 2 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# PostgreSQL 16 Image
## How To Use
### Args
#### SRV_UID
User ID for the PostgreSQL daemon and so of the data (Default: 1000)
#### SRV_GID
Group ID for the PostgreSQL daemon and so of the data (Default: 1000)
#### SRV_LOCALE
Locale used for initdb (Default: en_US)
### Image Name
```
docker.ci/srv/postgres:latest
```