forcedotcom / salesforcedx-docker

The official Dockerfile for Salesforce DX
BSD 3-Clause "New" or "Revised" License
74 stars 25 forks source link

Install SFDX-CLI in Docker Image with NPM #26

Closed jonnyhork closed 3 years ago

jonnyhork commented 3 years ago

What does this PR do?

This PR will revert some previous changes that install the sfdx-cli from the archives(#12). Recently, some images have been published with an older version of the CLI than is stated in the Docker image tag (#25 ). This is because the archives have stopped being updated internally while the team makes updates the URL scheme.

In the mean time we will use npm to install the latest version of the CLI at the time its published. Once the archive updates are complete we will revisit how we install the CLI

What issues does this PR fix or reference?

@W-8951994@

salesforce-cla[bot] commented 3 years ago

Thanks for the contribution! It looks like @pwtautomation is an internal user so signing the CLA is not required. However, we need to confirm this.

praksb commented 3 years ago

@jonnyhork can you fix the PR title to be a little bit more descriptive of the actual change?