-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ci: Fix docker image fails build #9141
Conversation
Signed-off-by: Corey <[email protected]>
Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9141 +/- ##
=======================================
Coverage 94.15% 94.15%
=======================================
Files 186 186
Lines 14726 14726
=======================================
+ Hits 13865 13866 +1
+ Misses 861 860 -1 ☔ View full report in Codecov by Sentry. |
@mtrezza this is ready for review |
Signed-off-by: Corey <[email protected]>
🎉 This change has been released in version 7.1.0-alpha.10 |
🎉 This change has been released in version 7.1.0-beta.1 |
🎉 This change has been released in version 7.1.0 |
Pull Request
Issue
Docker images aren't building because necessary executables have been removed in dependency docker images.
Closes: #9130
Approach
Install necessary executables in the build stage of the parse-server image, similar to
git
in #5861 (see #8359 for more details about reasons for only having in build stage). This shouldn't change the size of the release image.Tasks