Vidulividuli

Framework Support

Information about programming languages and frameworks supported by Ignite. Covers build images, runtime settings, security configuration etc.

Framework List

Ignite supports a wide range of programming languages and frameworks. Below is a comprehensive list organized by language.

JavaScript/TypeScript

Python

Java

Go

Ruby

PHP

Rust

C#/.NET

Security Policies

All containers across all languages and frameworks have the following security polices,

  • Run command is invoked as a non-root user and group.
  • Privilege escalation is not allowed. setuid, sudo etc.
  • Secure computing profile is set to RuntimeDefault.
  • All privledges are dropped.
  • The root file system is read-only. (except /tmp)
  • A temporary writable directory is available at /tmp. Contents of the directory are lost when the container restarts. Maximum size is 1GiB.