github LeslieLeung/glean v0.2.3-alpha.2
⚠️ v0.2.3-alpha.2 (Alpha)

pre-release6 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.3-alpha.2
docker pull ghcr.io/LeslieLeung/glean-web:v0.2.3-alpha.2
docker pull ghcr.io/LeslieLeung/glean-admin:v0.2.3-alpha.2

Testing with Docker Compose

Create a docker-compose.override.yml file:

version: '3.8'

services:
  backend:
    image: ghcr.io/LeslieLeung/glean-backend:v0.2.3-alpha.2
  
  web:
    image: ghcr.io/LeslieLeung/glean-web:v0.2.3-alpha.2
  
  admin:
    image: ghcr.io/LeslieLeung/glean-admin:v0.2.3-alpha.2

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

What's Changed

Full Changelog: v0.2.3-alpha.1...v0.2.3-alpha.2

Don't miss a new glean release

NewReleases is sending notifications on new releases.