-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Using MySQL base image produces errors in task terminals #18491
Comments
There seems to be another side effect - at least I think it's somehow connected. |
Hi @JuJup, thanks for reporting. |
We want to reconsider our mysql image to remove auto start magic. Curren bash scripts are breaking while several shells are racing. Instead you will add an explicit task to start mysql server it won't be done by sourcing bash scripts each time. It is already scheduled. cc @jeanp413 @laushinka |
@akosyakov is there any PR or issue for what you described so I can check the current status? |
Sorry, unfortunately it was unscheduled because of other priorities. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there any further development on the mysql base image? From what I see, the problem still occurs and in your documentation the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug description
When using the
gitpod/workspace-mysql
image, the MySQL Setup produces a couple of errors in each terminal (tested onlatest
andgitpod/workspace-mysql:2023-02-27-14-39-56
)The errors are not always the same, depending on how fast the terminal starts it might be more or even no error. However, the database is working fine so far, it's just the error outputs.
I suppose this is somehow caused by the mysql-bashrc-launch.sh script, which is executed via .bashrc.
Steps to reproduce
Creating simple
.gitpod.yml
and dogp validate
or push and create a new workspace.Then check the already opened terminals in VS Code.
Workspace affected
No response
Expected behavior
No Error Messages, if there are no Errors.
Example repository
No response
Anything else?
After all - is there any reason why I should use this image and not simply start a MySQL Dockercontainer? That way I could even control the Version to be equivalent to my prod Database.
The text was updated successfully, but these errors were encountered: