forked from repo-mirrors/cnpg-postgres-containers
chore(minimal): add LDAP libraries (#315)
Include `libsasl2-modules` and `libldap-common` in the `minimal` image, given their small footprint. Closes #261 Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
committed by
GitHub
parent
f9f09607b1
commit
a7dbcbf8bb
4
BUILD.md
4
BUILD.md
@@ -116,10 +116,10 @@ you can deploy a temporary, disposable [distribution registry](https://distribut
|
||||
with the following command:
|
||||
|
||||
```bash
|
||||
docker run -d --rm -p 5000:5000 --name registry registry:2
|
||||
docker run -d --rm -p 5000:5000 --name registry registry:3
|
||||
```
|
||||
|
||||
This command runs a lightweight, temporary instance of the `registry:2`
|
||||
This command runs a lightweight, temporary instance of the `registry:3`
|
||||
container on port `5000`.
|
||||
|
||||
## Image Signing Workflow
|
||||
|
Reference in New Issue
Block a user