SLE BCI Documentation
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Language stack SLE Base Container Images

If you have a working knowledge of containers, you will not have any difficulties using SLE BCIs. However, there are certain features that set SLE BCIs apart from similar offerings, like images based on Debian or Alpine Linux. And understanding the specifics can help you to get the most out of SLE BCIs in the shortest time possible.

Language stack SLE BCIs

Language stack SLE BCI are built on top of BCI-Base. Below is an overview of the available language stack SLE BCIs.

python

node

  • URL: registry.suse.com/bci/node

  • Tags: 14, 16, 18

  • Comes with nodejs version from the tag, npm and git. The yarn package manager can be installed with the npm install -g yarn command.

openjdk

openjdk-devel

  • URL: registry.suse.com/bci/openjdk-devel

  • Tags: 11, 17

  • Includes the development part of OpenJDK in addition to the OpenJDK runtime. Instead of Bash, the default entry point is the jshell shell.

ruby

  • URL: registry.suse.com/bci/ruby

  • Tags: 2.5

  • A standard development environment based on Ruby 2.5, featuring ruby, gem and bundler as well as git and curl.

golang

dotnet-runtime

dotnet-aspnet

dotnet-sdk

rust