Add new customizations doc

This commit is contained in:
Basti 2019-08-15 17:51:09 +02:00
parent 6a5afacd1c
commit 163a533e30
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
## Customizations image
### Build
To create a new Docker image containing our Gitea customizations (label sets,
styles, page content, etc.):
Edit `packer/custom.json` to increment the tag, then run this script (needs
[Packer](https://www.packer.io/) in your path)
./script/build_customizations_image
### Deploy
Edit `kubernetes/gitea-server.yaml` to use the new tag
(`image: eu.gcr.io/fluted-magpie-218106/gitea_custom:$VERSION`) and apply the
change:
cd kubernetes
kubectl apply -f gitea-server.yaml