17 lines
457 B
Markdown
17 lines
457 B
Markdown
# ci-scala
|
|
|
|
Produces a container image suitable for Scala builds within the Garrity Software
|
|
ecosystem. This image is not useable outside of the GS build environment.
|
|
|
|
```
|
|
registry.garrity.co:8443/gs/ci-scala: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
|
|
```
|