Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
/ version-lister Public archive

Retrieve softwares versions

License

Notifications You must be signed in to change notification settings

mauchede/version-lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Retrieve softwares versions

⚠️ This project is no longer maintained. ⚠️

Usage

Run the script retrieve-versions to retrieve and dump all information into folder generated:

bin/retrieve-versions

Retrieved information can be used in your shell scripts:

# Use local usage

export $(xargs < generated/docker/docker-ce/latest)

curl --location --output /tmp/docker.tgz "${DOCKER_CE_LINUX_RELEASE}"
tar --directory /tmp --extract --file /tmp/docker.tgz

# Use remote usage

export $(curl --location "https://gitlab.com/timonier/version-lister/raw/generated/tianon/gosu/latest" | xargs)

curl --location --output /tmp/docker.tgz "${DOCKER_CE_LINUX_RELEASE}"
tar --directory /tmp --extract --file /tmp/docker.tgz

Links

About

Retrieve softwares versions

Resources

License

Stars

Watchers

Forks