ONLYOFFICE / Docker-Docs

ONLYOFFICE Docs is an online office suite comprising viewers and editors for texts, spreadsheets and presentations and enabling collaborative editing in real time. The suite provides maximum compatibility with Office Open XML formats: .docx, .xlsx, .pptx.
GNU Affero General Public License v3.0
13 stars 15 forks source link

Build a specific version #73

Closed ydelattre closed 1 year ago

ydelattre commented 1 year ago

Hi,

currently, 7.2.2-1 is the latest version used in your helm chart but if i do a build right now, using this repo, i will have images based on the 7.3.0 version. Is there a way to specify which version i want to build ?

Thanks. Yoann.

GeorgeONLYOFFICE commented 1 year ago

Hello,

To define the build version, you need to add PRODUCT_URL argument with the required release version to build.sh script. e.g. --build-arg PRODUCT_URL=https://download.onlyoffice.com/install/documentserver/linux/onlyoffice-documentserver$PRODUCT_EDITION-7.2.2.x86_64.rpm

ydelattre commented 1 year ago

Hello, Thanks for the answer and adding RELEASE_VERSION in the dockerfile. It's much clearer :) Regards. Yoann