List of Koala's container images
All container images covered in Koala's Hardened image directory
KoalaLab is consistently increasing it’s coverage of containers, the current available containers include:
# |
Image name |
Description |
---|---|---|
1 |
bash |
Bash container with libc. Run small scripts or binaries that need bash instead of the busybox shell. |
2 |
busybox |
Container image for busybox. Use wherever busybox utilites are necessary. |
3 |
golang |
Container image for go applications built on koala's minimal 0-deb distro |
4 |
jdk |
Java JDK image using OpenJDK. Used for compiling Java applications. |
5 |
jre |
Java JRE image using OpenJDK. Used for running Java applications. |
6 |
nginx |
Minimal nginx container image built on 0-deb. |
7 |
node |
Minimal container image built on 0-deb for running NodeJS applications |
8 |
php |
Minimalist container image built on 0-deb for building and running PHP applications |
9 |
postgres |
Minimal container image for PostgreSQL built on koala's 0-deb linux distro |
10 |
python |
Minimal container image for Python built on koala's 0-deb linux distro |
11 |
redis |
Container image for Redis. Built on 0-deb. |
12 |
rust |
Minimal container image built on 0-deb for building rust applications. |
13 |
static |
Base image with least number of packges required to run static binaries |
14 |
tomcat |
Minimal container image for Apache Tomcat servlet container. Used for running Java web applications. |
15 |
percona |
Minimal container image for Percona Server, a high-performance MySQL-compatible database. |
16 |
perl |
Minimal container image for Perl programming language built on 0-deb. Used for scripting and text processing. |
17 |
pgbouncer |
Minimal container image for PgBouncer, a PostgreSQL connection pooler for database connection management. |
18 |
pgpool |
Minimal container image for Pgpool-II, a PostgreSQL clustering and load balancing solution. |
19 |
mariadb |
Container image for MariaDB built on 0-deb, a relational database server. MySQL-compatible database solution. |
20 |
mysql |
Minimal container image for mysql database, a relational database. Image built on 0-deb. |
21 |
django |
Minimal container image for Django Python web framework. Used for building web applications. |
22 |
envoy |
Minimal container image for Envoy Proxy, a high-performance edge and service proxy for modern cloud-native architectures. |
23 |
httpd |
Minimal container image for Apache HTTP Server. A reliable web server for serving static and dynamic content. |
24 |
memcached |
Minimal container image for Memcached, a distributed memory caching system for high-performance caching. |
25 |
gradle |
Minimal container image for Gradle build automation tool. Used for building and managing Java/Kotlin projects. |
26 |
maven |
Minimal container image for Apache Maven build automation tool. Used for Java project management and builds. |
27 |
logstash |
Minimal container image for Logstash, a data processing pipeline for log parsing and transformation. |
28 |
fluentd |
Container image for Fluentd built on 0-deb, a unified logging layer for collecting and routing log data. |
29 |
airflow |
Minimal container image for Apache Airflow, a platform for workflow automation and scheduling data pipelines. |
30 |
mlflow |
Minimal container image for MLflow, a machine learning lifecycle management platform for ML experiment tracking. |
31 |
ruby |
Minimal container image for ruby. Built on 0-deb. |