18 lines
477 B
Markdown
18 lines
477 B
Markdown
# ci-containers
|
|
|
|
Produces a container image suitable for Container Image builds within the
|
|
Garrity Software ecosystem. This image is not useable outside of the GS build
|
|
environment.
|
|
|
|
```
|
|
registry.garrity.co:8443/gs/ci-containers:latest
|
|
```
|
|
|
|
## Updating the Certificate
|
|
|
|
The registry has a one year expiry:
|
|
|
|
```
|
|
scp pfm@registry.garrity.co:~/certs/domain.crt ./registry.garrity.co.crt
|
|
sudo cp registry.garrity.co.crt /usr/local/share/ca-certificates/registry.garrity.co.crt
|
|
```
|