Ecosyste.ms: OpenCollective

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

Docksal

Docksal is making local development and project onboarding a one step process.
Collective - Host: opensource - https://opencollective.com/docksal - Website: https://docksal.io - Code: https://github.com/docksal

Merge pull request #7 from infosiftr/5.7

Add the 5.7.4-m14 Development Release

github.com/docksal/service-mysql - b5573a3201b260bf76d73e7967d3b19f3aa6263c authored about 10 years ago by yosifkit <[email protected]>
Create our default root@% user with CREATE USER / GRANT especially to fix our "expired password" issues in the 5.7 development version

github.com/docksal/service-mysql - fd3bd505c6c7ae5b17cae7abe63311c8b8bb6d12 authored about 10 years ago by Tianon Gravi <[email protected]>
Add slightly more complicated stackbrew versioning logic to account for 5.7

github.com/docksal/service-mysql - 2fe21c7a6d6e37defb1c0248d8902ac25b39155e authored about 10 years ago by Tianon Gravi <[email protected]>
Add the 5.7.4-m14 Development Release

github.com/docksal/service-mysql - 15ac8cf4054b5924adb445bd64ceefe33fd664c2 authored about 10 years ago by Tianon Gravi <[email protected]>
Merge pull request #6 from infosiftr/generate-stackbrew

Add generate stackbrew script like golang

github.com/docksal/service-mysql - c0be661237dc249a0efed296897b4a14e7f8f916 authored about 10 years ago by Tianon Gravi <[email protected]>
Add generate stackbrew script like golang

github.com/docksal/service-mysql - 811de52903c329e330b27123f50e5833366d128b authored about 10 years ago by Joe Ferguson <[email protected]>
Merge pull request #5 from infosiftr/auto-create-db

Add env params for creation of database and/or user

github.com/docksal/service-mysql - 7e4b559a8fc0ffa04b919298c17d394df4f369ad authored about 10 years ago by Tianon Gravi <[email protected]>
Add env params for creation of database and/or user, plus version bump

github.com/docksal/service-mysql - 1faed593f27372783d6f2776d0abfa4d1a7a4f40 authored about 10 years ago by Joe Ferguson <[email protected]>
Prevent sub-shell spawn, use find -exec

github.com/docksal/service-mysql - a63bd99cbf39d5965d7e59e362aea330fcfe014a authored over 10 years ago by Joe Ferguson <[email protected]>
Reduce the size of the image

github.com/docksal/service-mysql - 1593c8fafa8ff2db6ed9ab437617a84e9bdb7cf2 authored over 10 years ago by Matt Campbell <[email protected]>
Update Dockerfile to create a system group, not a user group

github.com/docksal/service-mysql - 33cd238de569ae0909f940c2d7f2b1430e866171 authored over 10 years ago by Tianon Gravi <[email protected]>
Update Dockerfile to add user before any installs to ensure consistent IDs

github.com/docksal/service-mysql - 7def3d9c9c48b134f2201c92e5ea58943ac2a76a authored over 10 years ago by Tianon Gravi <[email protected]>
Update docker-entrypoint.sh with more readable whitespace

github.com/docksal/service-mysql - b9f1fde6cd24a2c398209644e5947af8f138b04e authored over 10 years ago by Tianon Gravi <[email protected]>
Remove unnecessary "data" symlink and update docker-entrypoint.sh to be more MySQL-variant agnostic

github.com/docksal/service-mysql - f1cc58a4edb56ebf8da21d15e1b23e29af338c7f authored over 10 years ago by Tianon Gravi <[email protected]>
Remove use of "mysqld_safe" - it's an unnecessary crutch

github.com/docksal/service-mysql - 53f4a4e0fdc7a8a1777b8e1cac9307d3b033d986 authored over 10 years ago by Tianon Gravi <[email protected]>
Add more tweaks for portability and remove --skip-syslog (which is unnecessary here because we get a raw from-scratch my.cnf)

github.com/docksal/service-mysql - 4a6f1fcf22706dd1013c5cda447ee98c1e34e92f authored over 10 years ago by Tianon Gravi <[email protected]>
Add support for "mysqld_safe" arguments (and add --skip-syslog by default)

github.com/docksal/service-mysql - 2dd66d74abf915f7f3b99b6dd470ef8d52114e24 authored over 10 years ago by Tianon Gravi <[email protected]>
Drop anonymous users and test database

github.com/docksal/service-mysql - b9d1eef77403e7f7b1a5dfeeaf5b0621b58e128b authored over 10 years ago by Tianon Gravi <[email protected]>
Add MYSQL_ROOT_PASSWORD environment variable that's required to be passed into the runtime of the MySQL container

github.com/docksal/service-mysql - 6b7610fe489430f1dbc2c48cd3cc73b5980370f2 authored over 10 years ago by Tianon Gravi <[email protected]>
Add "-j" to make to speed up builds on beefier machines

github.com/docksal/service-mysql - d9f6c5d75525878ba87b20d9e024ec2414e2821e authored over 10 years ago by Tianon Gravi <[email protected]>
Add initial Dockerfile

github.com/docksal/service-mysql - 1c32861a8cad757b8908408a94903403dae4ecc5 authored over 10 years ago by Tianon Gravi <[email protected]>