Automated Docker build #948
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#948
Loading…
Add table
Reference in a new issue
No description provided.
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?
I have not received any reply to #837. We need build environment to build Docker image and push it to registry automatically by ourselves.
Is Drone or GitHub Actions good?
According to some discussions on the matrix room :
The self-hosted Drone is currently unadapted to do that.
If we choose to use a non self-hosted CI we have choice between:
CircleCI(seems to not support gitea : https://ideas.circleci.com/cloud-feature-requests/p/add-gitea-and-giteacom-supportHowever, once we have choosen a CI, it seems that we just have to add to our config something like (inspired from some CI / Docker courses i got):
By using the right tags and structure, this yaml is just pseudo-code for thinking.
So the step would be :
Thank you for detailed investigation! Finally I decided to use GitHub Actions and set up.