Skip to content
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 php*-sqlite3 to web container #1150

Merged
merged 1 commit into from Oct 6, 2018
Merged

Add php*-sqlite3 to web container #1150

merged 1 commit into from Oct 6, 2018

Conversation

rfay
Copy link
Member

@rfay rfay commented Oct 2, 2018

The Problem/Issue/Bug:

sqlite3 is occasionally requested. Some of our best contributors and users have requested it.

How this PR Solves The Problem:

Add it with a new image. Note that any user can do this with post-start hooks.
This seems to add only about 1MB to the image size.

Manual Testing Instructions:

Use webimage: drud/ddev-webserver:20181002_sqlite in .ddev/config.yaml and ddev start.
Try configuring a ddev project with sqlite3 db; this will require overriding the ddev generated settings.

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay changed the title Experimental: Add php*-sqlite3 to web container Add php*-sqlite3 to web container Oct 4, 2018
@rfay rfay self-assigned this Oct 4, 2018
@rfay rfay requested a review from andrewfrench October 4, 2018 15:38
@rfay rfay added this to the v1.3.0 milestone Oct 6, 2018
Copy link
Member Author

@rfay rfay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a trivial PR that only adds sqlite3 to our web container. I'm going to go ahead and pull it so it's not cluttering up all the more important PRs.

@rfay rfay merged commit 1b0e46d into ddev:master Oct 6, 2018
@rfay rfay deleted the 20181002_sqlite branch October 6, 2018 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant