-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Release 2.1.0 #33
Merged
Release 2.1.0 #33
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
Composer v1.6.3 Drush v8.1.16 Drupal Console Launcher v1.7.0 WP CLI v1.3.0 Magento2 Code Generator v1.10 Blackfire CLI v1.15.0
Is has been deprecated for years and removed in PHP 7.0+ mysqli can be used instead.
Removed by mistake in 3d23d51
Only available for PHP 7.0+ on Linux
PHP extension updates
Composer is a memory hog on Drupal 8 projects and, quite often, needs 1G or RAM to run.
Installs mssql and pdo_dblib extensions
Hi, how about just one line in dockerfile:
Related issues: |
- Drush Launcher v 0.6.0 - Drush 8 is now installed in /usr/local/bin/drush8 and used as a fallback for Drush Launcher (support legacy (global drush) use cases) - Removed commented out legacy Drush 6 and 7 installation lines
- composer - drush and drush launcher - drupal console - wp cli - mg2-codegen - blackfire cli
This was referenced Mar 27, 2018
…onflicts When installed globally (in ~/.composer/vendor) Terminus has dependency conflicts with other composer based packages already installed there. To fix this, we'll move it to it's own directory. Also bump Terminus to 1.8.0
Added Terminus. Closes #40
Also prefixed secrets with "SECRET_" and moved them from docksal.yml into docksal.env
Go templates in configs and secret handling. Closes #41
Terminus stores it's stuff in ~/.terminus, so we better install it there as well.
[ci skip]
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.
mysql
extension - it has been deprecated for years and removed in PHP 7.0+.mysqli
can be used instead.imap
PHP extensionpgsql
andpdo_pgsql
PHP extensions. Also addedpostgresql-client
package.sqlsrv
andpdo_sqlsrv
extensions for PHP 7.0+ (MSSQL server support #35)mssql
andpdo_dblib
extensions for PHP 5.6 (MSSQL support for PHP 5.6 #37)cron
package (also see Support for automatic cron jobs docksal#238)/usr/local/bin/drush8
and used as a fallback for Drush Launcher to support legacy (global drush) use cases.gomplate
to use go templates in configs (Process secrets passed via environment variables #41)terminus auth:login
at container startup