##// END OF EJS Templates
docs: added changelog
docs: added changelog

File last commit:

r272:44b971c1
r273:37ffa162
Show More
build-new-image.rst
8 lines | 299 B | text/x-rst | RstLexer
/ docs / source / builds / build-new-image.rst
docs: added build new image doc
r75 # How to build new release image
Run the following:
````shell
project: rename from rccontrol to rcstack
r144 ./rcstack get-build-source --revision=default --auth-token=xxx --server-url=https://code.rhodecode.com/xxx
./rcstack build-source --version-name 4.28.0.REL.2022.12.19.1
docs: added build new image doc
r75 docker push rhodecode/rhodecode-ee:4.28.0.REL.2022.12.19.1
````