Add docker dev image creation workflow for PRs #804

Closed
opened 2026-04-05 17:46:52 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Lokowitz on 10/6/2025

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 😊

*Originally created by @Lokowitz on 10/6/2025* ## 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 😊
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#804