[PR #500] [MERGED] Merge branch release/v7.2.0 into master #637

Closed
opened 2026-02-26 10:33:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/500
Author: @papacarlo
Created: 9/22/2022
Status: Merged
Merged: 9/22/2022
Merged by: @papacarlo

Base: masterHead: release/v7.2.0


📝 Commits (10+)

  • c5fb8f1 Merge branch release/v7.0.0 into develop
  • 3cf36a7 Merge branch hotfix/v7.0.1 into develop
  • a830c53 Merge branch hotfix/v7.0.2 into develop
  • 61d3883 Merge branch release/v7.1.0 into develop
  • 0160674 Fix Bug 53170 / Add the ability to set secure_link_secret (#444)
  • a6562f4 Add multiarch build with action (#445)
  • 86cbb01 Add short tags for released images (#446)
  • 9494e08 Fix for redis correct work (#449)
  • c4ddb99 Update base image version (#447)
  • c7a1fd0 fix Bug 50138 / Fix SSL key access error (#455)

📊 Changes

8 files changed (+409 additions, -17 deletions)

View changed files

.github/workflows/4testing-build.yml (+139 -0)
.github/workflows/stable-build.yml (+94 -0)
📝 Dockerfile (+12 -7)
📝 Makefile (+9 -5)
📝 README.md (+2 -0)
docker-bake.hcl (+99 -0)
production.dockerfile (+24 -0)
📝 run-document-server.sh (+30 -5)

📄 Description

  • Fix Bug 53170 / Add the ability to set secure_link_secret (#444)
  • Add multiarch build with action (#445)
  • Add short tags for released images (#446)
  • Fix for redis correct work (#449)
  • Update base image version (#447)
  • fix Bug 50138 / Fix SSL key access error (#455)
  • Refactoring workflow (#448)
  • Fix supervisor socket messages (#459)
  • Fix Big #57286 / Add redis password config settings (#466)
  • Fix bug #58032 / Fix moves certificates alarm messages (#461)
  • Add another tags processing (#464)
  • Add the missing variable (#467)
  • Enable JWT by default and add a JWT status message (#482)
  • Fix command to get container id (#483)
  • Add latest tag for develop build (#484)
  • fix build (#486)
  • Add build Documentserver without example (#473)
  • Build: Set job fail status if some build failed (#488)
  • Fix KylinOS start error (#471)
  • Add expected build arch (#489)
  • Refactoring stable build (#490)
  • fix Bug 58778 - Correct the display of container ID for 22.04 (#494)
  • Refactoring testing build (#496)
  • Fix makefile (#498)
  • Fix makefile docker image (#499)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/500 **Author:** [@papacarlo](https://github.com/papacarlo) **Created:** 9/22/2022 **Status:** ✅ Merged **Merged:** 9/22/2022 **Merged by:** [@papacarlo](https://github.com/papacarlo) **Base:** `master` ← **Head:** `release/v7.2.0` --- ### 📝 Commits (10+) - [`c5fb8f1`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/c5fb8f1fe059df04230c27dc86313e634b53ac2e) Merge branch release/v7.0.0 into develop - [`3cf36a7`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/3cf36a79cc79f0ff8ce233527711a7759cb67edb) Merge branch hotfix/v7.0.1 into develop - [`a830c53`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/a830c53218fdebcf70d5254a7d72f08fe4d0070f) Merge branch hotfix/v7.0.2 into develop - [`61d3883`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/61d388372bc16b963673c4d08ebf8d5b4174be50) Merge branch release/v7.1.0 into develop - [`0160674`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/01606746c146b298a39f7f57ced85c23bea834a7) Fix Bug 53170 / Add the ability to set secure_link_secret (#444) - [`a6562f4`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/a6562f4017a8e199904493e7010554f2b93dd38c) Add multiarch build with action (#445) - [`86cbb01`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/86cbb01bbfbc6d4d49ec34af4628f102e0380535) Add short tags for released images (#446) - [`9494e08`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/9494e08e8f4b3a1808cf528265e997d9b9d7bae1) Fix for redis correct work (#449) - [`c4ddb99`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/c4ddb9971045784c880b1963a46ab1816daebe79) Update base image version (#447) - [`c7a1fd0`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/c7a1fd04a436bc563b63d961b09dc30e9e8db8fc) fix Bug 50138 / Fix SSL key access error (#455) ### 📊 Changes **8 files changed** (+409 additions, -17 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/4testing-build.yml` (+139 -0) ➕ `.github/workflows/stable-build.yml` (+94 -0) 📝 `Dockerfile` (+12 -7) 📝 `Makefile` (+9 -5) 📝 `README.md` (+2 -0) ➕ `docker-bake.hcl` (+99 -0) ➕ `production.dockerfile` (+24 -0) 📝 `run-document-server.sh` (+30 -5) </details> ### 📄 Description - Fix Bug 53170 / Add the ability to set secure_link_secret (#444) - Add multiarch build with action (#445) - Add short tags for released images (#446) - Fix for redis correct work (#449) - Update base image version (#447) - fix Bug 50138 / Fix SSL key access error (#455) - Refactoring workflow (#448) - Fix supervisor socket messages (#459) - Fix Big #57286 / Add redis password config settings (#466) - Fix bug #58032 / Fix moves certificates alarm messages (#461) - Add another tags processing (#464) - Add the missing variable (#467) - Enable JWT by default and add a JWT status message (#482) - Fix command to get container id (#483) - Add latest tag for develop build (#484) - fix build (#486) - Add build Documentserver without example (#473) - Build: Set job fail status if some build failed (#488) - Fix KylinOS start error (#471) - Add expected build arch (#489) - Refactoring stable build (#490) - fix Bug 58778 - Correct the display of container ID for 22.04 (#494) - Refactoring testing build (#496) - Fix makefile (#498) - Fix makefile docker image (#499) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:33:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#637
No description provided.