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

View file

@ -1,4 +1,4 @@
image: docker:20.10.16
image: docker:latest
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
@ -9,7 +9,7 @@ stages:
- release
services:
- docker:20.10.16-dind
- docker:dind
build:
stage: build

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
```