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

Minor fixes to the Dockerfile, Entrypoint and Readme #157

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

gopuman
Copy link
Contributor

@gopuman gopuman commented Sep 27, 2024

Summary

This pull request introduces a few minor but important changes to enhance the overall functionality and user experience of the project.

Changes

  1. Dockerfile Update:

    • Upgraded Bazel from version 5.0.0 to 6.0.0 to ensure compatibility with newer dependencies and provide access to the latest features and improvements.
  2. Entrypoint Script:

    • Added a shebang (#!/bin/bash) to entrypoint.sh to clearly specify the script interpreter and prevent potential runtime errors on different systems.
  3. Readme Documentation:

    • Introduced a new section in the README to address a potential error users might encounter, along with a recommended fix, improving troubleshooting support.

Rationale

These adjustments aim to keep the project up to date with current standards, enhance script execution reliability, and provide better guidance for users during setup.

@apratimshukla6 apratimshukla6 merged commit 6282b5c into master Sep 27, 2024
3 checks passed
@apratimshukla6 apratimshukla6 deleted the gopuman-fix branch September 27, 2024 18:36
GabeBai pushed a commit to GabeBai/incubator-resilientdb that referenced this pull request Oct 3, 2024
* Minor fixes to the Dockerfile, Entrypoint and Readme

* Update README.md

---------

Co-authored-by: gopuman <[email protected]>
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.

2 participants