The user's own mysql fails to build the image
- Dominant language
- Java
- Stars
- 808
- Forks
- 188
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 2
Description
**Describe the bug**
A clear and concise description of what the bug is.
There is a mysql in the machine, and an error occurs when ./build.sh --module=geaflow-console
**Expected behavior**
A clear and concise description of what you expected to happen.
ERROR 【8/22】RUN apt-get install -y mysql-server
**Additional context**
Add any other context about the problem here.
Skip mysql installation, start the container and then enter the installation, it can be successful
Contributor guide
Research direction
Reproduce the failure with ./build.sh --module=geaflow-console and inspect the image-build step that runs apt-get install -y mysql-server. Compare it with the reported successful path that skips MySQL installation and installs it after entering the container; done means the module image build completes on a machine that already has MySQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, mysql, shell
- Domain
- build-system, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100