TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Railpack – Zero-Config Dockerimage Builds

6 pointsby justjake3 months ago

2 comments

justjake3 months ago
Hey y&#x27;all! 3 years ago we built Nixpacks. However, we ran into some pretty large pains using Nix for dependency resolution<p>So today we&#x27;re rolling out Railpack, the successor. It results in:<p>- Up to 75% smaller images - Up to 5x faster builds - Higher cache hit ratio<p>The goal is to provide a seamless alternative for the Dockerfile frontend. Railpack will automatically find your dependencies, you can add any additional ones, and it&#x27;ll auto construct the build pipelines for you
replwoacause3 months ago
This looks awesome! I have an app built with Hono on Bun. Is that supported?