mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[PR #1625] [MERGED] Add docker dev image creation workflow for PRs #9416
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add-dev-images📝 Commits (2)
e2534afCreate dev-image.yml62df92fUpdate dev-image.yml📊 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
mainanddevbranch in a docker hub repo specified with github variableDOCKER_HUB_REPO.This repo can be your original
fosrl/pangolinor a new dev repo, maybefosrl/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.
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.