[PR #1625] [MERGED] Add docker dev image creation workflow for PRs #4578

Closed
opened 2026-04-20 08:57:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1625
Author: @Lokowitz
Created: 10/6/2025
Status: Merged
Merged: 10/7/2025
Merged by: @oschwartz10612

Base: mainHead: add-dev-images


📝 Commits (2)

📊 Changes

1 file changed (+75 additions, -0 deletions)

View changed files

.github/workflows/dev-image.yml (+75 -0)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This workflow creates an amd64 image for sqlite and postgresql version of each PR against main and dev branch in a docker hub repo specified with github variable DOCKER_HUB_REPO.
This repo can be your original fosrl/pangolin or a new dev repo, maybe fosrl/pangolin-dev.
I removed the arm64 version because it needs ~40min instead of ~6min to create and maybe the amd64 version is enough for testing.

Usecase

For faster and easier testing, especially on low power VPS.
A low power VPS (1CPU,1gb RAM, 10gb DISK) is nearly unable to create the docker image.

image

Feel free to reject if you don't see a benefit 😊


🔄 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/fosrl/pangolin/pull/1625 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `add-dev-images` --- ### 📝 Commits (2) - [`e2534af`](https://github.com/fosrl/pangolin/commit/e2534af40e12e30bae0ccee254b3dd0b82ead26d) Create dev-image.yml - [`62df92f`](https://github.com/fosrl/pangolin/commit/62df92f63a2a7448ac83d6739b84e34a55416df4) Update dev-image.yml ### 📊 Changes **1 file changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/dev-image.yml` (+75 -0) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This workflow creates an amd64 image for sqlite and postgresql version of each PR against `main` and `dev` branch in a docker hub repo specified with github variable `DOCKER_HUB_REPO`. This repo can be your original `fosrl/pangolin` or a new dev repo, maybe `fosrl/pangolin-dev`. I removed the arm64 version because it needs ~40min instead of ~6min to create and maybe the amd64 version is enough for testing. ## Usecase For faster and easier testing, especially on low power VPS. A low power VPS (1CPU,1gb RAM, 10gb DISK) is nearly unable to create the docker image. <img width="923" height="390" alt="image" src="https://github.com/user-attachments/assets/667e5401-77fa-4705-8e5a-089f2df23178" /> Feel free to reject if you don't see a benefit 😊 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 08:57:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#4578