Skip to content

Releases: Kobeeeef/XDASH

v3.0.0

31 Dec 04:08

Choose a tag to compare

To run XDASH, open a terminal and execute the following command:

java -Djava.net.preferIPv4Stack=true -Djava.awt.headless=false -jar XDASH-3.x.x-SNAPSHOT.jar

Docker Images

17 Dec 22:38
7115330

Choose a tag to compare

Docker Images Pre-release
Pre-release

This release includes the alt-arm64-base-image, a Docker base image containing all the required dependencies from our Alt repository. It is designed to reduce build times and ensure consistency across deployments.

What’s Included:

  • Base image with:
    • Python 3.9
    • Pre-installed dependencies from the Alt repository for streamlined builds.
    • Optimized for ARM64 architecture.

How to Use:

  1. Load the base image:
    docker load -i alt-arm64-base-image.tar
  2. Verify the image:
    docker images
  3. Use the base image in your Dockerfile:
    FROM xdash-alt-base-image
    # Add your application code here

Downloads


This release provides a ready-to-use base image for ARM64-based builds with all dependencies pre-installed from the Alt repository.

v2

27 Jul 06:10
3e41a09

Choose a tag to compare

v2

To run XDASH, open a terminal and execute the following command:

java -Djava.net.preferIPv4Stack=true -Djava.awt.headless=false -jar XDASH-2.x.x-SNAPSHOT.jar