Skip to content

Commit ec24e06

Browse files
committed
Removed CI entries
1 parent 706d697 commit ec24e06

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,6 @@ $ export PASSBOLT_GPG_SERVER_KEY_FINGERPRINT="$(su -c "gpg --homedir $GNUPGHOME
180180
$ bin/cake passbolt healthcheck
181181
```
182182

183-
## CI passbolt Docker images building
184-
185-
In order to pull custom images from the Gitlab registry, you need to set this variables and assuming you are not using a self-hosted gitlab instance:
186-
187-
REGISTRY_USERNAME=<username>
188-
REGISTRY_PASSWORD=<password>
189-
REGISTRY_EMAIL=<email>
190-
191183
## Docker secrets support
192184

193185
As an alternative to passing sensitive information via environment variables, _FILE may be appended to the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container. In particular, this can be used to load passwords from Docker secrets stored in /run/secrets/<secret_name> files. For example:

0 commit comments

Comments
 (0)