github 0xfurai/peekaping 0.0.24-rc.6
Release Candidate 0.0.24-rc.6

latest releases: 0.0.38, 0.0.38-rc.1, 0.0.37...
pre-release2 months ago

🚀 Release Candidate 0.0.24-rc.6

Release candidate build

⚠️ This is a pre-release version intended for testing purposes.
Do not use in production environments.

Docker Images

GitHub Container Registry (GHCR)

  • UI: ghcr.io/0xfurai/peekaping-web:0.0.24-rc.6
  • Server: ghcr.io/0xfurai/peekaping-server:0.0.24-rc.6
  • Migrate: ghcr.io/0xfurai/peekaping-migrate:0.0.24-rc.6

Bundle Containers (GHCR)

  • SQLite Bundle: ghcr.io/0xfurai/peekaping-bundle-sqlite:0.0.24-rc.6
  • MongoDB Bundle: ghcr.io/0xfurai/peekaping-bundle-mongo:0.0.24-rc.6
  • PostgreSQL Bundle: ghcr.io/0xfurai/peekaping-bundle-postgres:0.0.24-rc.6

Docker Hub

  • UI: 0xfurai/peekaping-web:0.0.24-rc.6
  • Server: 0xfurai/peekaping-server:0.0.24-rc.6
  • Migrate: 0xfurai/peekaping-migrate:0.0.24-rc.6

Bundle Containers (Docker Hub)

  • SQLite Bundle: 0xfurai/peekaping-bundle-sqlite:0.0.24-rc.6
  • MongoDB Bundle: 0xfurai/peekaping-bundle-mongo:0.0.24-rc.6
  • PostgreSQL Bundle: 0xfurai/peekaping-bundle-postgres:0.0.24-rc.6

Installation

# Using regular docker-compose, update your images to:
# - UI: ghcr.io/0xfurai/peekaping-web:0.0.24-rc.6
# - Server: ghcr.io/0xfurai/peekaping-server:0.0.24-rc.6
# - Migrate: ghcr.io/0xfurai/peekaping-migrate:0.0.24-rc.6

# Using bundle containers (single container with everything):
docker run -d --name peekaping-sqlite \
  -p 8383:8383 \
  -v ./data:/app/data \
  ghcr.io/0xfurai/peekaping-bundle-sqlite:0.0.24-rc.6

Built from branch: main
Commit: e3f436ce2029c68d0e46ed9973aafd13a891510e

Don't miss a new peekaping release

NewReleases is sending notifications on new releases.