Ed Morley
Ed Morley
Hard links are also not preserved either (a) if they existed in the app source provided in the workspace to Pack, (b) if the buildpack creates them during `bin/build`. I...
I've morphed the title to reflect the fact that this issue affects not only the output of `pack buildpack package`, but also generated app images too (both files in the...
Instead of a count of the args (which seems a bit out of place in all but the zero args case), another option might be to show `` or similar...
(For anyone else that didn't see this on Slack) Discussion on Slack: https://cloud-native.slack.com/archives/C0333LG1E68/p1658434045913159 ...which concluded that we'll likely want an RFC for this: https://cloud-native.slack.com/archives/C0333LG1E68/p1658501272403839?thread_ts=1658434382.039529&cid=C0333LG1E68
It looks like `--buildpack ` buildpacks are handled here during `pack build`: https://github.com/buildpacks/pack/blob/26d8c5c5607933c6d0738f3c37370c87d2e134f1/pkg/client/build.go#L743-L760 In comparison, this is how `pack buildpack package` handles them: https://github.com/buildpacks/pack/blob/522eca8eda5ef8bf400455719b95d29238eda093/pkg/client/package_buildpack.go#L82-L140
Will this issue cover adding metadata for builders generated by `pack builder create` too, or do we need a separate one for that? eg: Currently our builder images show ``...
> You might want to have a look at this https://github.com/tuergeist/heroku-pdm-skeleton - I put my pdm heroku example together as minimal project using fastapi. @tuergeist Hi! Taking a look at...
> Is most / all the extra time is coming from the prune step compiling native dependencies? The breakdown is as follows (using the timestamps in the log)... Pre-#519 ([log...
> Removing --ignore-scripts is difficult since many kick off their build step in postinstall Ah of course - I was thinking the lifecycle scripts of the deps themselves, but there's...
@statementsapp Your issue is unrelated to semver.io, which is still running. Please see: https://github.com/heroku/heroku-buildpack-nodejs/issues/1024#issuecomment-1214145114