The Dockerfile pack hands off toDocumentation Index
Fetch the complete documentation index at: https://docs.withnubo.com/llms.txt
Use this file to discover all available pages before exploring further.
docker build. It’s an escape hatch for the local rp CLI when none of the other packs fit and you already have a working Dockerfile.
When it runs
There’s aDockerfile at the repo root.
Detection runs top to bottom, and Dockerfile is the last in the list. If you have a Dockerfile and a go.mod, the Go pack still wins. If you genuinely want the Dockerfile path, delete the other markers or pick the builder explicitly with rp build --pack dockerfile (coming soon).
What it does
The localrp build shells out to:
Dockerfile is what ships.
When to expect a managed Dockerfile path
Daemonless Dockerfile execution (kaniko-style) is on the roadmap. We’ll announce it on the release notes page when it lands. In the meantime, if you have a Dockerfile-only repo and need it on managed Nubo:- Migrate to one of the auto-detected packs (Go, Node, Static) where possible.
- Or use the Paketo builder, which has its own Dockerfile-like flexibility through buildpacks.
- Or run on a self-hosted agent where you control the build environment.
