[PR #35] [MERGED] Update Docker image and add workflow #91

Closed
opened 2025-10-09 16:51:42 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VERT-sh/VERT/pull/35
Author: @azurejelly
Created: 2/10/2025
Status: Merged
Merged: 2/14/2025
Merged by: @not-nullptr

Base: mainHead: main


📝 Commits (10+)

  • d562110 feat: add local notice to readme
  • 8b9a29d Improved readme
  • 0d68e48 chore: update logo
  • 1a01cdc Remove lockfile from gitignore
  • 94770db Merge branch 'nightly'
  • 360064e Merge branch 'nightly'
  • 21faba3 Merge branch 'nightly'
  • a55d5f4 fix(docker): update docker image
  • 437157e ci: add docker image workflow
  • 3f7379c [no ci] docs(readme): update example docker image tag

📊 Changes

6 files changed (+3407 additions, -810 deletions)

View changed files

.github/workflows/docker.yml (+14 -0)
📝 Dockerfile (+6 -7)
📝 README.md (+3 -2)
📝 bun.lock (+3365 -800)
📝 docker-compose.yml (+3 -1)
nginx.conf (+16 -0)

📄 Description

  • Use nginx for the web server
  • Set image name on compose configuration
  • Use organization name on the README's example docker build command
  • Added a GitHub workflow to know when the Docker image breaks

I also added some of the changes from #30 with GitGitro as a co-author:

  • Fixes a missing environment variable
  • Copies patches/ during build time

🔄 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/VERT-sh/VERT/pull/35 **Author:** [@azurejelly](https://github.com/azurejelly) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@not-nullptr](https://github.com/not-nullptr) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`d562110`](https://github.com/VERT-sh/VERT/commit/d562110dbf834f90fc19ed964cb34fadc69fbbee) feat: add local notice to readme - [`8b9a29d`](https://github.com/VERT-sh/VERT/commit/8b9a29d5a07e9e97033da0280a74b79fdfc3d10a) Improved readme - [`0d68e48`](https://github.com/VERT-sh/VERT/commit/0d68e48f2deb3c64f995cf683d4cb7bb4b23312b) chore: update logo - [`1a01cdc`](https://github.com/VERT-sh/VERT/commit/1a01cdc94da13946600a56857a969280185c20d1) Remove lockfile from gitignore - [`94770db`](https://github.com/VERT-sh/VERT/commit/94770db2e7b0751cc69710ff4ee7674957e7856e) Merge branch 'nightly' - [`360064e`](https://github.com/VERT-sh/VERT/commit/360064eee29d87a6c7b063d660c7df4793dabdc0) Merge branch 'nightly' - [`21faba3`](https://github.com/VERT-sh/VERT/commit/21faba31f15bcc6fa01f533e9b889f25f7f9f5d9) Merge branch 'nightly' - [`a55d5f4`](https://github.com/VERT-sh/VERT/commit/a55d5f41a966361b23f96d047b08510b60c3b6f0) fix(docker): update docker image - [`437157e`](https://github.com/VERT-sh/VERT/commit/437157e18d15e35777db377fc0cf7ff7b4fd339e) ci: add docker image workflow - [`3f7379c`](https://github.com/VERT-sh/VERT/commit/3f7379cadd8442c4a4590c680a51678f817f2404) [no ci] docs(readme): update example docker image tag ### 📊 Changes **6 files changed** (+3407 additions, -810 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker.yml` (+14 -0) 📝 `Dockerfile` (+6 -7) 📝 `README.md` (+3 -2) 📝 `bun.lock` (+3365 -800) 📝 `docker-compose.yml` (+3 -1) ➕ `nginx.conf` (+16 -0) </details> ### 📄 Description * Use nginx for the web server * Set image name on compose configuration * Use organization name on the README's example `docker build` command * Added a GitHub workflow to know when the Docker image breaks I also added some of the changes from #30 with GitGitro as a co-author: * Fixes a missing environment variable * Copies `patches/` during build time --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 16:51:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VERT-sh/VERT#91