ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

Use a lightweight docker image to replace fragile jq, shasum, etc, fixes #100, for #46, fixes #96, fixes #93 #101

Closed rfay closed 1 year ago

rfay commented 1 year ago

We've been very fragile with regard to requiring the user to install

This switches to using a lightweight docker image to do those activities.

gilzow commented 1 year ago

I dont know... jq is kind of a beast. 😄

rfay commented 1 year ago

It's just using jq in a lightweight container, so we don't have to worry about 1000 varieties of it.