Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions runtime-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config:
docker_platform: "linux/amd64"
runtimes:
python:
enabled: false
enabled: true
name: "Python"
description: "High-level programming language"
endoflife_product: "python"
Expand Down Expand Up @@ -225,7 +225,7 @@ runtimes:
upload_after_download: true # Upload immediately after download
upload_after_verification: true # Upload after successful verification
tomcat:
enabled: false
enabled: true
name: "Apache Tomcat"
description: "Apache Tomcat is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies"
endoflife_product: "tomcat"
Expand Down Expand Up @@ -294,7 +294,7 @@ runtimes:
shell: "/bin/sh"
script: "sh /workspace/scripts/package/apk/test.sh"
yarn:
enabled: false
enabled: true
name: "Yarn Classic"
description: "Yarn package manager classic distribution"
endoflife_product: "yarn"
Expand Down
Loading