Source-to-Image (S2I)¶
To install s2i CLI tool,
-
Download tar file.
curl -s https://api.github.com/repos/openshift/source-to-image/releases/latest \ | grep browser_download_url \ | grep linux-amd64 \ | cut -d '"' -f 4 \ | wget -qi -
-
Unzip tar file
sudo tar xvf source-to-image*.gz
-
Make s2i CLI accessiblee.
sudo mv s2i /usr/local/bin
-
verify
s2i version
With that done, you can start the lab.