Improve customizations documentation

Clarifies that the doc is only for building the customizations image,
not the actual Gitea image, by moving it to a separate file in the
documentation folder and editing the content a bit.
This commit is contained in:
Basti 2019-08-15 17:37:09 +02:00
parent db396d6ee1
commit 6a5afacd1c
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 1 additions and 18 deletions

View File

@ -6,21 +6,4 @@ issues](https://gitea.kosmos.org/kosmos/gitea.kosmos.org/issues) for questions,
suggestions, bugs, to-do items, and whatever else you want to discuss or
resolve.
## Building & deploying
To create a new image containing the customizations:
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
Then 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
See `doc/` folder for some technical info.