Skip to content

dockercompose and dockerimage are selectable in the UI but silently run the nixpacks strategy #51

Description

@Alimedhat000

Summary

The web UI lets users pick dockercompose and dockerimage build packs, but the worker pipeline only branches on dockerfile vs. everything-else → nixpacks. Selecting either pack silently runs the nixpacks strategy.

Evidence

  • web/src/components/BuildPackSelector.tsx:15,21dockercompose / dockerimage options.
  • packages/worker/src/deployments/pipeline.ts:76if (app.buildPack === "dockerfile") { ... } else { nixpacks }.
  • packages/shared/src/constants/build-pack.ts lists all four packs.

Options

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-triageMaintainer needs to evaluate the issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions