-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add Docker Image #572
Merged
Merged
Add Docker Image #572
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Disable Extensive Logging & Repetitions on Git Based Deploy (vlocityinc#523) * Fixes local compilation vlocityinc#525 (vlocityinc#532)
lwcCompilerVersion and lwcCompilerNamespace documentation should be clearer. Currently the example is using the release version such as 236 or 238, but it needs to be the package version such as 900.469. Also examples of namespaces would be good.
alpha beta commit sync
beta master commit sync
Fixes an issue with exporting Products, etc with hyphens.
Fixes an issue with exporting Products, etc with hyphens.
Merge alpha into beta
Release v1.16.4
…tions or to setup development environments based on containers
AllanOricil
changed the title
Docker Image to ease the setup of the cli
Add Docker Image
Mar 4, 2023
Salesforce official container image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I believe it is better to store this image in another repository. Could someone from Vlocityinc create a public repository to store "official" docker images? It would also be nice if vlocity could create an official Docker Hub account to publish these images. Or you could just publish these images to Github's Container Registry.
This image can be used to:
obs:
node-packages/package.json
andsfdx-plugins/package.json
both exist to keep this package up to date using Dependabot.I also believe that there should exist official images for different purposes that Customers|Developers could use to ease their setup when developing Vlocity Applications. For instance:
vlocity-ci:1.0.0 //used for CI automations vlocity-development-environment:1.0.0 //used to create development environments vlocity-ci:1.0.0-alpine //alpine versions vlocity-development-environment:1.0.0-alpine ...
With official images, Customers can quickly setup cloud or local development environments for their developers using Github Codespaces or Gitpod. Developers will no longer waste time installing all the tools they need.
Developers could add Codespaces or Gitpod badges to their README
This is an example of
devcontainer.json
that I started to use with Codespaces and VScode.