Tagged articles

custom runtime

8 articles · Page 1 of 1
Linyb Geek Road
Linyb Geek Road
Jul 18, 2026 · Cloud Native

How to Shrink Spring Boot Docker Images with JLink

This guide explains how to use JLink together with jdeps and a multi‑stage Docker build to create a minimal custom Java runtime, reducing Spring Boot Docker image size from over 200 MB to under 50 MB while improving startup speed and security.

DockerJLinkSpring Boot
0 likes · 10 min read
How to Shrink Spring Boot Docker Images with JLink
Alibaba Cloud Native
Alibaba Cloud Native
Oct 15, 2022 · Cloud Native

Mastering Alibaba Cloud Function Compute Layers: Custom & Public Layer Best Practices

This guide explains how to use Alibaba Cloud Function Compute layers—including custom and official public layers—to overcome large dependency packages, reduce deployment size, share code across functions, handle OS/architecture constraints, and provides step‑by‑step examples for Node.js Puppeteer and .NET 6 custom runtimes.

.NETAlibaba CloudFunction Compute
0 likes · 19 min read
Mastering Alibaba Cloud Function Compute Layers: Custom & Public Layer Best Practices
Tencent Cloud Developer
Tencent Cloud Developer
Sep 2, 2020 · Backend Development

Unlocking Language Limits in Tencent Cloud SCF with Custom Runtime

Tencent Cloud’s Serverless Cloud Function (SCF) removes its language restrictions by providing a Custom Runtime that runs any Linux binary or script as a bootstrap, communicates with SCF via an HTTP API during cold‑start initialization and hot‑start invocations, enabling developers to deploy functions in unsupported languages such as .NET, Rust, Deno, Swift or WebAssembly, as shown by a Deno example.

Cloud FunctionsSCFTencent Cloud
0 likes · 8 min read
Unlocking Language Limits in Tencent Cloud SCF with Custom Runtime