github LeslieLeung/glean v0.2.5-alpha.1
⚠️ v0.2.5-alpha.1 (Alpha)

pre-release7 hours ago

⚠️ This is a Alpha

Warning: This is a pre-release version intended for testing purposes only.
Do not use in production environments.

Docker Images

This pre-release includes the following Docker images:

# Pull images
docker pull ghcr.io/LeslieLeung/glean-backend:v0.2.5-alpha.1
docker pull ghcr.io/LeslieLeung/glean-web:v0.2.5-alpha.1
docker pull ghcr.io/LeslieLeung/glean-admin:v0.2.5-alpha.1

Testing with Docker Compose

Create a docker-compose.override.yml file:

version: '3.8'

services:
  backend:
    image: ghcr.io/LeslieLeung/glean-backend:v0.2.5-alpha.1

  web:
    image: ghcr.io/LeslieLeung/glean-web:v0.2.5-alpha.1

  admin:
    image: ghcr.io/LeslieLeung/glean-admin:v0.2.5-alpha.1

Then run:

docker compose up -d

Desktop Apps

Download the desktop application for your platform from the assets below.

Note: Desktop apps for pre-release versions will NOT auto-update.

Feedback

Found an issue? Please report it at:
https://github.com/LeslieLeung/glean/issues


Changelog

Full Changelog: v0.2.4...v0.2.5-alpha.1

Don't miss a new glean release

NewReleases is sending notifications on new releases.