This repository contains GitHub Actions workflow for building and pushing Docker images with Tutor (Open edX platform) pre-installed.
Images are published to: abstract2tech/tutor-ci
You can build any Tutor version by specifying it when triggering the workflow. Common versions include: Tested version:
- "14.2.3"
- "14.2.4"
- "14.2.5"
- "15.3.3"
- "15.3.4"
- "15.3.5"
- "15.3.6"
- "15.3.7"
- "15.3.8"
- "15.3.9"
- "16.0.0"
- "16.0.1"
- "16.0.2"
- "16.0.3"
- "16.0.4"
- "16.0.5"
- "16.1.0"
- "16.1.1"
- "16.1.2"
- "16.1.3"
- "16.1.4"
- "16.1.5"
- "16.1.7"
- "16.1.8"
- "17.0.0"
- "17.0.1"
- "17.0.2"
- "17.0.3"
- "17.0.4"
- "17.0.5"
- "17.0.6"
- "18.0.0"
- "18.1.0"
- "18.1.1"
- "18.1.2"
- "18.1.3"
- "18.1.4"
- "18.2.0"
- "18.2.1"
- "18.2.2"
- "19.0.0"
- "19.0.1" Not tested:
- "20.0.0"
For maintainers who want to trigger builds:
- GitHub account with access to this repository
- Docker Hub secret
DOCKER_REGISTRY_PASSWORD
must be configured in repository settings
- Go to the Actions tab in this repository
- Click on "Build and Push docker & tutor installed images" workflow
- Click "Run workflow" button
- Enter the desired Tutor version (e.g.,
20.0.0
) - Click "Run workflow"
The workflow will:
- Build a Docker image with the specified Tutor version
- Push it to Docker Hub as
abstract2tech/tutor-ci:<version>