Repo that creates a workflow to automatically dockerize official upstream Saleor apps.
Find a file
2024-05-14 19:57:25 +02:00
all_apps update apps repo 2024-05-14 18:04:59 +02:00
changes all_apps/apps now building! 2024-05-14 15:05:11 +02:00
modify-next-config wrong path 2024-05-14 17:29:19 +02:00
modify-saleor-app git snippets and other hacks seem to work now 2024-05-10 17:03:03 +02:00
modify-turbo-json almost got it working 2024-05-10 20:05:49 +02:00
patches fixes for abandoned carts 2024-05-14 15:38:29 +02:00
.gitignore init 2024-04-17 17:30:51 +02:00
.gitmodules init 2024-04-17 17:30:51 +02:00
apps.Dockerfile Make everything go through makefile 2024-05-14 16:48:08 +02:00
Cargo.lock all_apps/apps now building! 2024-05-14 15:05:11 +02:00
Cargo.toml all_apps/apps now building! 2024-05-14 15:05:11 +02:00
changes.sh fixes for abandoned carts 2024-05-14 15:38:29 +02:00
FUNDING.yml plz gimme money c: 2024-05-14 18:20:36 +02:00
Makefile.toml skip env validation on old apps 2024-05-14 19:57:25 +02:00
other.Dockerfile Make everything go through makefile 2024-05-14 16:48:08 +02:00
README.md plz gimme money c: 2024-05-14 18:20:36 +02:00

Buy Me a Coffee at ko-fi.com

Automatic Dockerization of official Saleor app

In this repo I created bash scripts and modifications to Saleor that allow for building docker images with a few commands, while staying uptodate with upstream saleor repos.

Current apps in repo:

  • saleor/apps
    • avatax
    • cms-v2
    • crm
    • data-importer
    • emails-and-messages
    • invoices
    • klaviyo
    • products-feed
    • search
    • segment
    • slack
    • smtp
    • taxjar
  • saelor/abandoned-checkouts
  • saelor/payment-stripe
  • saelor/payment-klarna
  • saelor/payment-authorize.net

How to use

  • ./changes.sh - applies git patches and batch edits via rust to add RedisAPL to all apps, and allow them to build via other tweaks.
  • cargo make build-all or cargo make build-<Chosen app>

if you want to push built images to a repo, change the top env CONTAINER_PUSH_URL to your repo, for example "ghcr.io/djkato". Then you can do

  • cargo make push-all or APP=<Chosen app> cargo make push

Prerequisites

  • cargo
  • cargo-make
  • linux shell (bash)
  • rust stuff
  • git

Thanks Saleor for providing all these apps. Shame Saleor refuses to containerize them officially. Hope this repo helps you. If it does, consider buying me a langosz (donation button on top)!