This is an experiment in providing developer images for openSUSE and SLES. The goal is to create language specific images for developers to base their development on, including python, ruby, java etc.
These images are available in different flavors, based on one or several of openSUSE Tumbleweed, openSUSE Leap (such as Leap 15.2), and SLE 15-SP2. Of course, the availability of a specific container and version depends on the availability of that version on the respective platform. For example, tumbleweed has java 14, 15 and 16, whereas SLE 15 SP2 only has java 11.
Currently, these images are built via github actions, and get published in two places:
- ghcr.io/okirch
- github.com/okir
This is the table of images currently available:
leap-15.2 | sle-15.2 | tumbleweed | |
---|---|---|---|
go-1.15 | leap-15.2-go-1.15 | sle-15.2-go-1.15 | tumbleweed-go-1.15 |
go-1.16 | leap-15.2-go-1.16 | sle-15.2-go-1.16 | tumbleweed-go-1.16 |
java-11 | n/a | sle-15.2-java-11 | n/a |
java-14 | n/a | n/a | tumbleweed-java-14 |
java-15 | n/a | n/a | tumbleweed-java-15 |
java-16 | n/a | n/a | tumbleweed-java-16 |
python-3.6 | leap-15.2-python-3.6 | sle-15.2-python-3.6 | tumbleweed-python-3.6 |
python-3.8 | leap-15.2-python-3.8 | sle-15.2-python-3.8 | tumbleweed-python-3.8 |
ruby-2.5 | leap-15.2-ruby-2.5 | sle-15.2-ruby-2.5 | n/a |
ruby-2.7 | n/a | n/a | tumbleweed-ruby-2.7 |
rust | n/a | n/a | tumbleweed-rust |