Skip to content

[BUG] Bundle Upload Hangs for Large Repositories #353

@adambkaplan

Description

@adambkaplan

Is there an existing issue for this?

  • I have searched the existing issues

Kubernetes Version

v1.32.9

Shipwright Version

v0.17.0

Current Behavior

When uploading a source repository with a fairly large dependency tree (ex: a NodeJS app with node_modules), the "Bundling step" seems to hang.

2025/10/22 15:19:55 BuildRun 'go-app-oci-src-vxt9t' created!
Bundling "/home/adkaplan/nodejs/github.com/adambkaplan/quizap" as "quay.io/adambkaplan/quizap/source:demo" ...

Expected Behavior

The bundle packaging and upload step completes in a reasonable period of time, or indicates progress.

Steps To Reproduce

  1. Clone a sample NodeJS app. I was testing with https://github.com/adambkaplan/quizap.git
  2. Add local dependencies to increase size of the repo on disk (ex: run make frontend-build in the repo above).
  3. Create an appropriate Shipwright build that uses the OCI source option.
  4. Bundle the local source code and upload with shp build upload .

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions