0 purchases
alpinereleaseinfo 1.0.1
Alpine Linux Release Info
Command line utility to query Alpine Linux’s distribution tree.
The targeted use case is the continuous delivery of products based on Alpine Linux such as Docker Images.
This script will deliver the latest release given branch, architecture, flavor, etc. There are many other parameters
that can be queried such as: url to download, sha512, gpg signature, etc.
Demo
Usage
To install the latest release of this utility:
pip install alpine_release_info
For help on the available parameters:
alpine_release_info -h
To query the download url for the latest release on the v3.5 branch for armhf architecture and minirootfs flavor:
alpine_release_info -a armhf -b v3.5 -f alpine-minirootfs -q url
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.