S2I: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
sti version | sti version | ||
</source> | </source> | ||
==Playground== | |||
{| | |||
| valign="top" | | |||
<source lang="bash"> | |||
mkdir -p ~/Documents/s2i-playground | |||
cd ~/Documents/s2i-playground | |||
</source> | |||
| valign="top"| | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
| valign="top" | | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
| valign="top" | | |||
| valign="top" | | |||
|} | |||
==References== | ==References== | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://github.com/openshift/source-to-image/releases | * [https://github.com/openshift/source-to-image/blob/master/docs/runtime_image.md S2I » Multi Stage Build] | ||
* [https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md S2I » Requirements] | |||
* [https://github.com/openshift/source-to-image/blob/master/docs/debugging-s2i.md S2I » Debugging] | |||
* [https://github.com/openshift/source-to-image/blob/master/docs/user_guide.md S2I » Overriding] | |||
* [https://github.com/openshift/source-to-image/releases S2I » Releases] | |||
* [https://github.com/openshift/source-to-image/blob/master/docs/cli.md S2I » CLI] | |||
* [https://github.com/openshift/source-to-image S2I] | * [https://github.com/openshift/source-to-image S2I] | ||
| valign="top" | | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
| valign="top" | | | valign="top" | | ||
Line 40: | Line 89: | ||
| valign="top" | | | valign="top" | | ||
* [[Academia JavaEE Workspace in Ubuntu]] | |||
* [[Sed Replace A Multi-Line String]] | * [[Sed Replace A Multi-Line String]] | ||
* [[Docker on Windows]] | |||
* [[Docker Compose]] | |||
* [[Kubernetes]] | |||
* [[GraalVM]] | |||
* [[Quarkus]] | |||
* [[Kubectl]] | |||
* [[Docker]] | |||
* [[AWS]] | * [[AWS]] | ||
| valign="top" | | | valign="top" | | ||
* [[Ruby on Rails]] | |||
* [[Nexus]] | |||
* [[Flask]] | |||
* [[Helm]] | |||
* [[K8s]] | |||
* [[Lua]] | |||
|} | |} |
Latest revision as of 09:06, 24 February 2024
wget -cq https://github.com/openshift/source-to-image/releases/download/v1.3.9/source-to-image-v1.3.9-574a2640-linux-amd64.tar.gz -P ${HOME}/Downloads
tar -xzf ${HOME}/Downloads/source-to-image-v1.3.9-574a2640-linux-amd64.tar.gz -C ${HOME}/Downloads
rm -rf ${HOME}/Downloads/source-to-image-v1.3.9-574a2640-linux-amd64.tar.gz
sudo mv ${HOME}/Downloads/{s2i,sti} /usr/local/bin
# source-to-image using go language
go install github.com/openshift/source-to-image/cmd/s2i@latest
brew install source-to-image
s2i version
sti version
Playground
mkdir -p ~/Documents/s2i-playground
cd ~/Documents/s2i-playground
|
||
| ||
| ||
References
| ||
| ||