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

RONDB-747: Remove hard-coded MySQL user #93

Merged
merged 5 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adjusted PS1 in Dockerfile
  • Loading branch information
olapiv committed Oct 9, 2024
commit ee9b3ac5b10868653da43bd150b4d33cb342035c
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -139,6 +139,9 @@ RUN chmod 777 -R $RONDB_DATA_DIR \
&& chmod 777 -R $HOPSWORK_DIR/docker \
&& chmod 777 -R $BENCHMARKS_DIR

# Remove awkward message when using arbitrary user
RUN echo "PS1='${debian_chroot:+(\$debian_chroot)}\h:\w\$ '" >> /etc/bash.bashrc

ENTRYPOINT ["./docker/rondb_standalone/entrypoints/main.sh"]
EXPOSE 3306 33060 11860 1186 4406 5406
CMD ["mysqld"]