[PR #2344] [MERGED] chore: add bundled chromium docker container #2231

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2344
Author: @Mythie
Created: 12/22/2025
Status: Merged
Merged: 12/23/2025
Merged by: @Mythie

Base: mainHead: chore/add-bundled-playwright-dockerfile


📝 Commits (1)

  • e94ef35 chore: add bundled chromium docker container

📊 Changes

2 files changed (+120 additions, -0 deletions)

View changed files

📝 .github/workflows/publish.yml (+115 -0)
docker/Dockerfile.chromium (+5 -0)

📄 Description

We use playwright + chromium for certificate generation
and other things.

Self-hosters often have an issue with generating certificates
due to the base image not coming with chromium for size purposes.

This adds a new -chromium tag to our docker images for downloading
the larger bundled chromium containers.


🔄 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/documenso/documenso/pull/2344 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `chore/add-bundled-playwright-dockerfile` --- ### 📝 Commits (1) - [`e94ef35`](https://github.com/documenso/documenso/commit/e94ef35eff55ed21441637855449188f1008c2a7) chore: add bundled chromium docker container ### 📊 Changes **2 files changed** (+120 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+115 -0) ➕ `docker/Dockerfile.chromium` (+5 -0) </details> ### 📄 Description We use playwright + chromium for certificate generation and other things. Self-hosters often have an issue with generating certificates due to the base image not coming with chromium for size purposes. This adds a new `-chromium` tag to our docker images for downloading the larger bundled chromium containers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:00 +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/documenso#2231
No description provided.