-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
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
- Clone a sample NodeJS app. I was testing with https://github.com/adambkaplan/quizap.git
- Add local dependencies to increase size of the repo on disk (ex: run
make frontend-buildin the repo above). - Create an appropriate Shipwright build that uses the OCI source option.
- Bundle the local source code and upload with
shp build upload .
Anything else?
No response
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Type
Projects
Status
No status