Skip to content

Make working with Craft and the Android Docker image more convenient

Volker Krause requested to merge (removed):work/craft-support into master

This enables the following uses:

  • docker ~~~ kdeorg/android-sdk craft-bootstrap for the initial setup
  • docker ~~~ kdeorg/android-sdk for an interactive Craft shell
  • docker ~~~ kdeorg/android-sdk craft <app> for direct Craft invocations

With ~/CraftRoot on a persistent volume this basically behaves like a local Craft on the host then. With an alias that hides the full Docker command you get even closer to that.

Without Craft being set up, nothing changes. So neither the CI use nor use with the existing build scripts should be affected.

cc @teams/android, @vonreth

Merge request reports