Composer package for the binary #502
binaryfire
started this conversation in
Ideas
Replies: 1 comment
-
|
We use docker builds and this is what I currently use, Not the most elegant but it works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @dunglas
I need a way of locking the FrankenPHP binary version with each commit so I can have reproducible CI pipeline builds. Without that, if I roll back to a commit from a week ago and the binary has been updated since then, a newer binary will be deployed with the old commit (I'm using Octane). Which isn't what you want in production environments.
What do you think about releasing the binary as a composer package? That would make it very easy to version control per-project.
The only alternative I can think of is committing the binary in every project but that'd greatly increase the size of all my repos.
Beta Was this translation helpful? Give feedback.
All reactions