ci-scala/README.md
Pat Garrity 4773223b82
Some checks failed
/ Build and Release CI Image (push) Failing after 1m19s
Updated image, updated cert, updated instructions.
2025-03-22 10:58:56 -05:00

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