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
-
Tags:
3.6
,3.10
-
Ships with the python3 version from the tag and pip3, curl, git tools.
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
-
Tags:
11
,17
-
Ships with the OpenJDK runtime. Designed for deploying Java applications.
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
-
Tags:
2.5
-
A standard development environment based on Ruby 2.5, featuring ruby, gem and bundler as well as git and curl.
golang
-
Tags:
1.19
,1.20
-
Ships with the go compiler version specified in the tag.
dotnet-runtime
-
Tags:
3.1
,5.0
,6.0
-
Includes the .NET runtime from Microsoft and the Microsoft .NET repository.
dotnet-aspnet
-
Tags:
3.1
,5.0
,6.0
-
Ships with the ASP.NET runtime from Microsoft and the Microsoft .NET repository.
dotnet-sdk
-
Tags:
3.1
,6.0
,7.0
-
Comes with the .NET and ASP.NET SDK from Microsoft as well as the Microsoft .NET repository.
rust
-
Tags:
1.67
,1.68
-
Ships with the Rust compiler and the cargo package manager.