Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: bun.lock nixpack support v 1.31.0 #5219

Closed
stephenjason89 opened this issue Feb 24, 2025 · 3 comments · Fixed by #5217
Closed

[Bug]: bun.lock nixpack support v 1.31.0 #5219

stephenjason89 opened this issue Feb 24, 2025 · 3 comments · Fixed by #5217

Comments

@stephenjason89
Copy link

stephenjason89 commented Feb 24, 2025

Error Message and Logs

How can we update nixpack version? Recently nixpack added support for bun.lock railwayapp/nixpacks#1245

It is in 1.31.0 my coolify is using 1.29.0

Thank you so much

Coolify Version

latest

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

No response

Additional Information

No response

@stephenjason89 stephenjason89 added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Feb 24, 2025
@stephenjason89 stephenjason89 changed the title [Bug]: bun.lock nixpack support v 1.31..0 [Bug]: bun.lock nixpack support v 1.31.0 Feb 24, 2025
@djsisson
Copy link
Contributor

its in for next version #5217

@peaklabs-dev peaklabs-dev added 🔧 Improvement Issues requesting an improvement. ✅ Done Issues that are fixed and a PR is ready to be merged. and removed 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Feb 24, 2025
@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Feb 24, 2025
@henningsieh
Copy link

henningsieh commented Feb 27, 2025

Ok, cool!

Did I get this right, that - after switching the bun lockfile from binary bun.lockb to text bun.lock - this fix will prevent the Nixpacks configuration changing from bun

╔════════════ Nixpacks v1.29.0 ═══════════╗
║ setup      │ nodejs_20, bun, curl, wget ║
║─────────────────────────────────────────║
║ install    │ bun i --no-save            ║
║─────────────────────────────────────────║
║ build      │ bun run build              ║
║─────────────────────────────────────────║
║ start      │ bun run start              ║
╚═════════════════════════════════════════╝

to npm-9_x

╔══════════════ Nixpacks v1.29.0 ═════════════╗
║ setup      │ nodejs_20, npm-9_x, curl, wget ║
║─────────────────────────────────────────────║
║ install    │ bun i --no-save                ║
║─────────────────────────────────────────────║
║ build      │ bun run build                  ║
║─────────────────────────────────────────────║
║ start      │ bun run start                  ║
╚═════════════════════════════════════════════╝ 

?

This would be great!

@stephenjason89
Copy link
Author

@henningsieh yes that's correct ☺️

@github-actions github-actions bot removed 🔧 Improvement Issues requesting an improvement. ✅ Done Issues that are fixed and a PR is ready to be merged. labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants