Skip to content

Releases: jlon/starrocks-admin

StarRocks Admin v1.0.0

07 Dec 04:49

Choose a tag to compare

StarRocks Admin v1.0.0

🚀 What's New

Please see the CHANGELOG for details.

📦 Installation

Quick Start (Recommended)

# Download and extract
wget https://github.com/jlon/starrocks-admin/releases/download/v1.0.0/starrocks-admin-1.0.0-linux-amd64.tar.gz
tar -xzf starrocks-admin-1.0.0-linux-amd64.tar.gz
cd starrocks-admin

# Start the service
./bin/starrocks-admin.sh start

# Access the application
open http://localhost:8080

Docker (Multi-platform: amd64/arm64)

# Pull the image (automatically built by docker-publish workflow)
docker pull ghcr.io/jlon/starrocks-admin:1.0.0

# Or use latest tag
docker pull ghcr.io/jlon/starrocks-admin:latest

# Run the container
docker run -d -p 8080:8080 \
  -v $(pwd)/data:/app/data \
  -v $(pwd)/logs:/app/logs \
  ghcr.io/jlon/starrocks-admin:1.0.0

Note: Docker images are built automatically by the docker-publish workflow and support both amd64 and arm64 architectures.

📋 System Requirements

  • Linux x86_64 (macOS users please use Docker)
  • 2GB RAM minimum
  • 1GB disk space

🔗 Links