No description
  • Shell 62.5%
  • Just 19.3%
  • Dockerfile 13.4%
  • Python 2.6%
  • Makefile 1.3%
  • Other 0.9%
Find a file
Adam Štrauch b5e8fa2cc4
Some checks failed
Test build / build (push) Failing after 31m38s
Add SQLSRV and PDO_SQLSRV installation for PHP 8.4
2026-02-22 22:53:44 +01:00
.github/workflows Switch to new public registry 2025-09-11 21:23:20 +02:00
etc Initial commit of 2024.12-1 2024-11-23 16:26:03 +01:00
examples Fix deno app example 2025-05-06 10:58:01 +02:00
scripts Fix redis config 2023-10-27 00:55:12 +02:00
.drone.off.yml Test pipeline 2023-11-26 02:52:15 +01:00
.gitignore Initial commit 2020-02-02 22:06:11 +01:00
activate_tech.fish A lot of new stuff 2024-08-13 19:59:45 +02:00
build_bun.sh A lot of new stuff 2024-08-13 19:59:45 +02:00
build_deno.sh New version of all techs, adding Deno and Ruby 2021-02-07 01:05:27 +01:00
build_golang.sh A lot of new stuff 2024-08-13 19:59:45 +02:00
build_node.sh Initial commit 2020-02-02 22:06:11 +01:00
build_openjdk.sh Bump up everything for 2024.10-1 2024-10-08 11:13:35 +02:00
build_php.sh webp support 2021-04-07 18:35:50 +02:00
build_php8.sh Add SQLSRV and PDO_SQLSRV installation for PHP 8.4 2026-02-22 22:53:44 +01:00
build_python.sh Initial commit 2020-02-02 22:06:11 +01:00
build_ruby.sh A lot of new stuff 2024-08-13 19:59:45 +02:00
Dockerfile Update technology versions and add Justfile for runtime management 2026-02-22 01:16:55 +01:00
gen_rosti.fish Fix rosti.sh generator 2025-01-19 22:55:11 +01:00
generate_versions.py Fixed of the testing process, drop parallel building of Python 2025-01-20 00:07:09 +01:00
Justfile Update technology versions and add Justfile for runtime management 2026-02-22 01:16:55 +01:00
LICENSE Create LICENSE 2020-02-02 22:07:48 +01:00
Makefile 2023.12-1 updated versions of all supported techs 2023-11-21 01:05:16 +01:00
README.md Runtime 2020.08-1 2020-08-23 00:49:52 +02:00
rjust Update technology versions and add Justfile for runtime management 2026-02-22 01:16:55 +01:00
rosti.tmpl.sh Update technology versions and add Justfile for runtime management 2026-02-22 01:16:55 +01:00
start.sh Fix Nginx files ownership 2026-02-01 12:51:47 +00:00
Taskfile.yml Update PHP version to 2026.02-1 and conditionally install SQLSRV extensions for PHP 8.4 2026-02-22 22:50:12 +01:00
tests2.sh Fixed of the testing process, drop parallel building of Python 2025-01-20 00:07:09 +01:00

Roští.cz Runtime

Runtime image designed for our hosting service. It's designed for multiple versions of Node.js, PHP and Python interpreters. It runs SSH, cron daemon and supervisord as process manager.

The goal of the image is to deliver versatile environment different kind of applications.

The image is based on Debian 10 Buster and it's size is around 2.5 GB when it's squashed.

** Supported languages **

  • Python 3.8.2
  • Python 3.8.5
  • Node.js 13.12.0
  • Node.js 14.8.0
  • Node.js 12.14.1
  • Node.js 12.16.1
  • PHP 7.4.4
  • PHP 7.4.9

** Additional tools **

  • Memcached
  • Redis
  • crond
  • Supervisord
  • Nginx
  • Dropbear

Test

To run tests you can check integrated workflow, but all you need are those two commands:

make test

If you prefer Podman, use this command to build the image:

make DOCKER=podman test

This is useful in Fedora.

Additional info

Default user

Image uses system user app to run the application code.

SSH password

The image runs dropbear at start along crond and supervisord. If you want to set password for next start of the container, save it into this file:

/srv/.rosti

Dynamically it can be set like this:

echo "app:PASSWORD" | chpasswd