Skip to content

feat: add workflow to build ERPNext Docker image with ALYF custom apps #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: version-15
Choose a base branch
from

Conversation

MarcCon
Copy link
Collaborator

@MarcCon MarcCon commented Jun 18, 2025

This PR introduces a GitHub workflow to automatically build a Docker image containing ERPNext along with ALYF custom apps.

What’s Included

apps.json:

  • A configuration file that defines all apps and their branches to be included in the Docker Image.

build_image.yml:

  • Builds a Docker image using frappe_docker as the base
  • Uses a multi-platform build for amd64 and arm64
  • Pushes the final image to a container registry

Notes:

The resulting image is currently named after the repository (erpnext_germany).
The workflow is currently triggered on:

  • Pushes to the main branch
  • Manual triggers via the GitHub Actions UI

But not if any of the custom apps change.

@revant
Copy link

revant commented Jun 19, 2025

Co-authored-by: Raffael Meyer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants