Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/docksal/service-cli

CLI service image for Docksal
https://github.com/docksal/service-cli

Merge pull request #160 from docksal/feature/svg

Adds SVG support to ImageMagick

3df4f4b2ee77fa8ae00f6fa44a136994a91b2395 authored about 5 years ago by Leonid Makarov <[email protected]>
Removed rsvg library and binary

These add about 200MB (uncompressed) in dependencies, which is too much.
Installing "libmagickco...

b1f43d066c6d84ff6c83944aaa9ae775514b51b7 authored about 5 years ago by Leonid Makarov <[email protected]>
Add rsvg library

78bc94bf80767d4596ad23d9bf86283803d61103 authored about 5 years ago by Sergey Zabolotny <[email protected]>
Add rsvg-convert binary

5fd88bea24b70a0ea18a5ae3449fe3d99afef943 authored about 5 years ago by Sergey Zabolotny <[email protected]>
Add imagemagick svg support

4ae3565605ffdeced02387a960f79509a9919c3b authored about 5 years ago by Sergey Zabolotny <[email protected]>
Merge pull request #157 from docksal/feature/deploy

Update deploy script

2869526c653b47d3d6f63f366e02fb546962fce9 authored about 5 years ago by Leonid Makarov <[email protected]>
Dropped ide flavor from travis.yml

IDE is now part of the main image

cabb95ec6ae5b1e1249cee43feaaa19fb858080d authored about 5 years ago by Leonid Makarov <[email protected]>
Cosmetic refactoring in Makefile and docker-push.sh script

- Renamed APPENDIX to TAG_APPENDIX
- Grouped IMAGE_TAG variables so they can all be easily seen ...

41e5a2b9b11cbd24b2ddf7fb2b73db0544e9a3ab authored about 5 years ago by Leonid Makarov <[email protected]>
Update makefile and deploy script

75851d243973d429f0e5f5f63008a8c4ac52fdbc authored about 5 years ago by Sergey Zabolotny <[email protected]>
Merge pull request #156 from docksal/feature/php-cli-memory-limit

Removed PHP CLI memory limit

1c5b9fc86fea15442eedb8df81df6fc2d522e943 authored about 5 years ago by Leonid Makarov <[email protected]>
Fixed memory_limit grep in tests

f1ec0cce68a2ece11e75b095e4a493bf90fb83a3 authored about 5 years ago by Leonid Makarov <[email protected]>
Removed PHP CLI memory limit

19751d1bb22c94cb4d1fa16138a0e04d1f4c7357 authored about 5 years ago by Leonid Makarov <[email protected]>
Fix version extraction from TRAVIS_TAG variable (#153)

8c64261568a4ac2dae08d318546b1d600a177494 authored about 5 years ago by sergey-zabolotny <[email protected]>
Merge pull request #149 from docksal/feature/sendmail-settings

Removed --read-envelope-from in sendmail_path

724369231a704bf209dedb9b26ef8262acebe6cc authored about 5 years ago by Leonid Makarov <[email protected]>
Improved handling of long values in phpinfo() in tests

"-width 1024" prevents text wrapping for long values (e.g. sendmail_path)

c3a9720019d0bdbc2c16acc9fc699fbd4912536f authored about 5 years ago by Leonid Makarov <[email protected]>
Removed duplicate sendmail_path settings in zz-php.ini

10e0cc4b8ca7a762f71ab184ac3521a710626f52 authored about 5 years ago by Leonid Makarov <[email protected]>
Merge pull request #150 from docksal/travis/bionic

Switch travis build to ubuntu 18.04 (bionic)

4f2ca5060fc8ec3e35209f2bd8fad5ad7a757729 authored about 5 years ago by sergey-zabolotny <[email protected]>
Switch travis build to ubuntu 18.04 (bionic)

faa1da400206cef7c7daa89bae4a415fe74145d6 authored about 5 years ago by Sergey Zabolotny <[email protected]>
Removed --read-envelope-from in sendmail_path

This fixes "msmtp: cannot use both --from and --read-envelope-from" with Drupal 8

c5212f8157fdf1bee895570ba25c9eec6aca7202 authored about 5 years ago by Leonid Makarov <[email protected]>
VS Code IDE password protection (#146)

* Added logic for password protecting VS Code IDE
* Added `IDE_PASSWORD` variable description i...

2dba73b7516131925b7c9d40f73906541561e346 authored about 5 years ago by sergey-zabolotny <[email protected]>
Enabled authentication for VS Code Server

See https://github.com/cdr/code-server#authentication

3cb477b6e0c7b40bba3adda269f58cc87497d790 authored about 5 years ago by Leonid Makarov <[email protected]>
Merge branch 'feature/version-updates' into develop

6438775495780b194e074a8e35a313e2e375f11a authored about 5 years ago by Leonid Makarov <[email protected]>
Updated versions for cli tools (#144)

- Blackfire v1.27.4
- Platform.sh cli v3.49.1
- Terminus v2.2.0
- nvm v0.35.0 / nodejs v12.13...

b627cc0c8ab375a972f6d0a191ab690e6654ab03 authored about 5 years ago by Leonid Makarov <[email protected]>
Updated versions for cli tools

- Blackfire v1.27.4
- Platform.sh cli v3.49.1
- Terminus v2.2.0
- nvm v0.35.0 / nodejs v12.13.0 ...

7c69bea44acfe8fa7132737ec751d133cd35192e authored about 5 years ago by Leonid Makarov <[email protected]>
Merge pull request #140 from docksal/feature/ide-mode

Implemented dedicated IDE mode

14ab7dc9c524d994db60f54c65b8196597030a3d authored over 5 years ago by Leonid Makarov <[email protected]>
Merge pull request #139 from jhedstrom/feature/138-drupal-check

Added `drupal-check` binary

d41de88c68ca10cbc5aa7d4ef150e628f67b6311 authored over 5 years ago by Leonid Makarov <[email protected]>
Use variable for drupal-check version.

13ce9794c1ebc71869d1dcd27347646a4c5ca745 authored over 5 years ago by Jonathan Hedstrom <[email protected]>
Add the drupal-check phar file to CLI.

- Closes #138

da9add67f59addd960323c5e7bd01c19272e5ab0 authored over 5 years ago by Jonathan Hedstrom <[email protected]>
Implemented dedicated IDE mode

- In IDE module code-server is the only service running inside the container
- Implemented code-...

cd760d4022347df974191df21f35c5ae8359ecc3 authored over 5 years ago by Leonid Makarov <[email protected]>
Fix PHP 7.2 Dockerfile

55049d08ed23d43caab00f86815c7237dc290c48 authored over 5 years ago by Leonid Makarov <[email protected]>
Renamed codeserver to code-server everywhere

e5b4223fa7f5db70be109c3206100538be77c1b9 authored over 5 years ago by Leonid Makarov <[email protected]>
Using docker build --cache-from

2be305041a82f94c538393b118865fa8f58bd98f authored over 5 years ago by Leonid Makarov <[email protected]>
Bundle VS Code Server by default

de5cb0684ed00e178900e1f0c0f8585facfbffa1 authored over 5 years ago by Leonid Makarov <[email protected]>
Merge pull request #136 from docksal/feature/codeserver

VS Code Server (Coder) integration

bf4a921067310bd481f55e5524882ba37f9a5430 authored over 5 years ago by Leonid Makarov <[email protected]>
Merge pull request #135 from docksal/feature/debian-buster

Switch to Debian 10 (buster)

d44ea5bc3b9aafb1b9cfb5d4393e159f856e9e97 authored over 5 years ago by Leonid Makarov <[email protected]>
Updated code-server tests

3e49c0bf24ac51e6f578ae2e22f540fdea4c7adf authored over 5 years ago by Leonid Makarov <[email protected]>
Pull the latest edge image to speed up builds

Hoping for image layer cache hits

86b5e92ad1954bbc7dec9709e12ef16d4f440014 authored over 5 years ago by Leonid Makarov <[email protected]>
Refactored VS Code Server installation and dropped Cloud9

0c8c69eebf4fc3150f6439cf8a85e2bc837938d7 authored over 5 years ago by Leonid Makarov <[email protected]>
Installed Codeserver as default IDE over Cloud9

e1c774edb54d0cee85c928d8ddc3cb8fe181f4e0 authored over 5 years ago by Sean Dietrich <[email protected]>
Fixed issues with install of code-server and extensions

dd6432249ec6c3bb070615d2549761ad0c514b3f authored over 5 years ago by Sean Dietrich <[email protected]>
Fixed home directory generation

1e8bdbb3dc2fc73f600051bf655dbb5e573af757 authored over 5 years ago by Sean Dietrich <[email protected]>
Fixed syntax issue

0222ad1437deed4e6a411af8b1098f16272e80cc authored over 5 years ago by Sean Dietrich <[email protected]>
Added no-auth flag

f8829cedff140a84cb1354c49e5be4e9bbb6ac8c authored over 5 years ago by Sean Dietrich <[email protected]>
Switch 7.3 to Debian Buster

697ae0897e30b8259da63cd431e7a9c073780188 authored over 5 years ago by Leonid Makarov <[email protected]>
Moved project level PHP settings loading to startup.sh

In Debian Buster the old "broken symlink ok" trick no longer works

67ed45a15166c5651b4c8b6cacf5635dc58a28fc authored over 5 years ago by Leonid Makarov <[email protected]>
Upgrade to Debian Buster base images

685adb571616914e89e0352ecd9e7158b6ba9481 authored over 5 years ago by Leonid Makarov <[email protected]>
Added sqlsrv/pdo_sqlsrv extensions for PHP 7.3

211008b78892f5cd75e4c543346b9794ed90ea2e authored over 5 years ago by Leonid Makarov <[email protected]>
Don't pin xdebug version (2.7.2) for 7.3

xdebug v2.7.2 is the latest stable that will be used by default

2ca2115f1567493f88fa3de950da67c34325143f authored over 5 years ago by Leonid Makarov <[email protected]>
Make sure stable, major, minor image tags match when pushing to Docker Hub

Closes #121

5a6468010903c87c8e4a430471e2c208f20efd0a authored over 5 years ago by Leonid Makarov <[email protected]>
Removed drushrc.php

Closes #123

8003725acbe41bfe7b729ccb2d81c262022e0711 authored over 5 years ago by Leonid Makarov <[email protected]>
Set default git settings

Closes #124

880cae52eda1bc444c6d6aae07859a169bba71ca authored over 5 years ago by Leonid Makarov <[email protected]>
Updated cli tools versions

7355039901d465141b299ebab91a373b4b58195c authored over 5 years ago by Leonid Makarov <[email protected]>
Added more details about nbsps in php-fpm.sh

cf32ebfa4a213257c1842f5540df30cf6d78b712 authored over 5 years ago by Leonid Makarov <[email protected]>
Fixed tests

- Replacing non-breaking spaces (nbsp) in the php-fpm output with regular spaces to avoid any fu...

872078a6dec23a008185c8c0f1d49fc94af90e62 authored over 5 years ago by Leonid Makarov <[email protected]>
Fix upstream php.ini URLs

689e038b8c5b8677129ab43bc1504869ac8d77c9 authored over 5 years ago by Leonid Makarov <[email protected]>
Use Debian stretch php-frpm upstream images explicitly

Upstream php-fpm images have switched to Debian Buster. For now, we will stick with Debian Stretch.

87c67079e113c3f2c14d897c56855d0ce313c963 authored over 5 years ago by Leonid Makarov <[email protected]>
Removed old versions of PHP from TravisCI config

e9c4a4b028cd2e88c35c6453197fd6650cf62081 authored over 5 years ago by Leonid Makarov <[email protected]>
Merge pull request #133 from docksal/feature/composer-global-optimizations

adds global composer package for Drupal optimizations

2701d75542de48f152c15bb9ab488ca5a35ce9f6 authored over 5 years ago by Leonid Makarov <[email protected]>
adds global composer package for Drupal optimizations

83a831969d01bd8683c2b6005de6042909a96949 authored over 5 years ago by Shelane French <[email protected]>
Merge pull request #114 from docksal/feature/deprecate_php

Remove 5.6 and 7.0 Versions

2ffcf89c1ad635ed218cfd0fbae227ad05296c3c authored over 5 years ago by Leonid Makarov <[email protected]>
Updated Readme

b8d0d4273452852bea7fff927a2f9c9fea400a71 authored over 5 years ago by Sean Dietrich <[email protected]>
Removed 5.6 and 7.0

59eeec6997e6b723f9942c0ad05448fcce1287ab authored over 5 years ago by Sean Dietrich <[email protected]>
Merge pull request #132 from docksal/updates

Updated versions of dev tools

460979cb3565512073592dc31015da33c5dff891 authored over 5 years ago by Leonid Makarov <[email protected]>
Updated versions of dev tools

13581e7b79d3d36c9bc0fe3291c141535b9406c3 authored over 5 years ago by Sean Dietrich <[email protected]>
Merge pull request #127 from tsdevelopment/feature/fix-xdebug-in-php-73

Use latest stable installation candidate for xdebug in PHP 7.3

233ccda1d907c5104a6d4dedbea18f096682438e authored over 5 years ago by Leonid Makarov <[email protected]>
Use latest stable installation candidate for xdebug in PHP 7.3

1bd968d56ca41409dee36cd556fe2022aaf100e0 authored over 5 years ago by Thomas Spitzer <[email protected]>
Merge pull request #125 from zrhoffman/user-group

Create docker group as part of `useradd` command

a6aea0bd1163c710844c172c2e57a5babd0d1f5b authored over 5 years ago by Leonid Makarov <[email protected]>
Create docker group as part of `useradd` command

8753719ca58ef1e539efc82e8cd84873ab66bbfc authored over 5 years ago by Zach Hoffman <[email protected]>
Merge pull request #117 from cindytwilliams/msmtp

Added --read-envelope-from option for msmtp

Fixes compatibility between PHP's mail() function...

486f6d6a47673d50a06409b2f3bd8812ef3a74d0 authored over 5 years ago by Leonid Makarov <[email protected]>
Adding PHPCompatibilityWP coding standards (#119, damonsharp)

* adding PHPCompatibilityWP checks
* add tests

9a12a7bb4b222ccd94b4017c5e9d0c8997dbb44a authored over 5 years ago by Damon Sharp <[email protected]>
adding --read-envelope-from option for msmtp

4b7ed5fc04dc9b9db25c9fcc46ee46509c0a9a00 authored almost 6 years ago by Cindy Williams <[email protected]>
Merge pull request #110 from willjackson/terminus_update

Update for Terminus 2.0.0

5b4f1cc3fdec8813fd3f4e7464a4b7c5373a0d26 authored almost 6 years ago by Leonid Makarov <[email protected]>
Update for Terminus 2.0.0

6575821434275d29127216b5486f3b3df97d6d68 authored almost 6 years ago by Will Jackson <[email protected]>
Merge pull request #107 from docksal/feature/php-ext-updates

PHP extension updates

55097456e7daf33fc77bf5144891639d0e419402 authored almost 6 years ago by Leonid Makarov <[email protected]>
Install ssh2 ext from source for PHP 7.x

pecl releases are old and won't work for PHP 7.3, so installing from source for all PHP 7 versions

d1fe14c334d574bc8cd02a4d2ada3d3bd3f56bfe authored almost 6 years ago by Leonid Makarov <[email protected]>
Updated tests

- Using "run _healthcheck_wait" so bats prints output from it in case the healthcheck fails
- Si...

4ec6f72253f5653ec2f82fd40b382745092420c5 authored almost 6 years ago by Leonid Makarov <[email protected]>
Fix ssh2 extension installation for PHP 7.x

834dbe9f64436cf1b5d36f3833343f14b10d2705 authored almost 6 years ago by Leonid Makarov <[email protected]>
Updated comments for sqlsrv extension state in PHP 7.3

017b3910337fa5504d823b8b42ab9174d3525990 authored almost 6 years ago by Leonid Makarov <[email protected]>
Removed mcrypt libraries from PHP 7.2 and 7.3

dd7adb5538d3022660ddd72a3312d37ebc220631 authored almost 6 years ago by Leonid Makarov <[email protected]>
xdebug PHP extension updates

- No need to disable xdebug at build time, since it's not enabled by default
- Install xdebug (s...

f38458a25cee4782e1e3c680319d7a9bfc4b0823 authored almost 6 years ago by Leonid Makarov <[email protected]>
Installing ssh2 PHP extension from Pecl for PHP 7.x (alpha state)

77065dae14b77e37576ba240cd51e0b0190ffa2b authored almost 6 years ago by Leonid Makarov <[email protected]>
Version bumps

composer v1.8.0
drush (fallback) v8.1.18
blackfire-agent v1.22.0
platformsh-cli v3.38.1
drush ba...

4640dae6590098514bff242bf3939ceaf05c898c authored almost 6 years ago by Leonid Makarov <[email protected]>
Merge pull request #105 from docksal/feature/release-tags

Tag major image versions in addition to minor versions. Resolves #61

a848fa76c57804da650df4aec595ec641a9675c1 authored almost 6 years ago by Leonid Makarov <[email protected]>
Tag major image versions in addition to minor versions

e795952f0bb239db29e996dc5c5875c3227883d7 authored almost 6 years ago by Leonid Makarov <[email protected]>
Updated rvm to v1.29.7 and fixed gpg security warnings during the build

5f7fe9647b849ad9d9aba88869f0f43f7b528c30 authored almost 6 years ago by Leonid Makarov <[email protected]>
Updated tests

7837932e92e784bea70a47ac3da19094ee5a2ff9 authored almost 6 years ago by Leonid Makarov <[email protected]>
Updated blackfire repo key

0e87c630c253500bf5d796963d4967b2f2d3f110 authored almost 6 years ago by Leonid Makarov <[email protected]>
Use libzip for PHP zip extension for all PHP 7.x versions

Use of bundled libzip was deprecated and removed in PHP 7.3

1c7a4e77fa5ea1f1f2dc4ab05f9c67296479cfe1 authored almost 6 years ago by Leonid Makarov <[email protected]>
Replaced mhsendmail with msmtp and updated PHP settings. Closes #103

115c9bc5ba6e3ae50e3dbc57414c8f28efe7d6e9 authored almost 6 years ago by Leonid Makarov <[email protected]>
Switch travis builds to Ubuntu 18.04 (xenial) minimal flavor

ee34bece0d282b2f772f6d031012618477e2e68d authored almost 6 years ago by Leonid Makarov <[email protected]>
Add WebP support for PHP GD (#91)

Add WebP support for PHP GD

0ad87d64be53ad11bb01148a73199e06bbe44f47 authored almost 6 years ago by Sean Dietrich <[email protected]>
Updated README

d73500167033e26086b454ff045c81e3b8ced74c authored almost 6 years ago by Leonid Makarov <[email protected]>
Added a note about deprecating PHP 5.6 and 7.0

0f468cb4b9f0535d3bea4e5784bf4b7d734dab1b authored almost 6 years ago by Leonid Makarov <[email protected]>
Nodejs version updates. Closes #94

NVM_VERSION=0.33.11
NODE_VERSION=10.15.0
YARN_VERSION=1.13.0

a8c1c95d67482d82faa52dacc681782e7d0a395d authored almost 6 years ago by Leonid Makarov <[email protected]>
Added PHP 7.3 Image (#97)

* Added PHP 7.3 Image
* Added libzip libraries
* Configuring PHP Zip to use libzip
* Updated ...

6bf065d7d5f1c699180cedc618410404cfad130d authored almost 6 years ago by Sean Dietrich <[email protected]>
Fix Cloud9 tests

5f132bb39b824c0ed81b9fa6ebde5725031c37a9 authored almost 6 years ago by Leonid Makarov <[email protected]>
Fix tests, cleanup

7d9ffb53882ad9c4db7d173fdcfe6e5c61ca61d9 authored almost 6 years ago by Leonid Makarov <[email protected]>
pyenv/python installation refactoring

- Use PYENV_VERSION_INSTALL and PYTHON_VERSION_INSTALL version variables to avoid conflicts
- In...

b79480f763ebc15c5ad63b3682ea56543d93bacd authored almost 6 years ago by Leonid Makarov <[email protected]>
rvm/ruby installation refactoring

- Use RVM_VERSION_INSTALL and RUBY_VERSION_INSTALL version variables to avoid conflicts
- Downlo...

13c80f512d438e0fc68f2f3736f9c9fae22cdd63 authored almost 6 years ago by Leonid Makarov <[email protected]>
Use bash in Dockerfile during the user install phase

b60477b9440b857cadb88225eb66d9502d6e92e8 authored almost 6 years ago by Leonid Makarov <[email protected]>