Releases: Kobeeeef/XDASH
Releases · Kobeeeef/XDASH
v3.0.0
Docker Images
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:
- Load the base image:
docker load -i alt-arm64-base-image.tar
- Verify the image:
docker images
- 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.