-
Notifications
You must be signed in to change notification settings - Fork 100
fix(docker): remove high uid in docker image and migrate to sf CLI v2 #1380
Conversation
This docker file uses the official node image instead of the sfdx image. This should fix the issue with high uid encountered in some CI/CD setups. SFDX and SF v1 have been replaced with SF v2.
Thank you @rody for this first contribution! |
Reviewpad Report
This docker file uses the official node image instead of the sfdx
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okie
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1380 +/- ##
=======================================
Coverage 46.91% 46.91%
=======================================
Files 70 70
Lines 2656 2656
Branches 309 309
=======================================
Hits 1246 1246
Misses 1381 1381
Partials 29 29 ☔ View full report in Codecov by Sentry. |
…#1380) remove high uid in docker image and migrate to sf CLI v2 This docker file uses the official node image instead of the sfdx image. This should fix the issue with high uid encountered in some CI/CD setups. SFDX and SF v1 have been replaced with SF v2. Co-authored-by: Azlam <[email protected]>
This docker file uses the official node image instead of the sfdx image. This should fix the issue with high uid encountered in some CI/CD setups.
SFDX and SF v1 have been replaced with SF v2.
fix #1307
Summary generated by Reviewpad on 09 Aug 23 06:07 UTC
This pull request removes the high uid issue in the docker image and migrates to the sf CLI version 2. It replaces the use of SFDX and SF v1 with SF v2. The changes include switching from the salesforce/salesforcedx image to the node:18-bookworm image, updating dependencies, and installing the necessary packages. Additionally, the labels, environment variables, and entrypoint are modified.
Checklist
All items have to be completed before a PR is merged