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

Docker-related fixes && typo fix #25

Merged
merged 9 commits into from
May 31, 2024
Merged

Conversation

mrzigha
Copy link
Contributor

@mrzigha mrzigha commented May 30, 2024

Update of the “troobleshout” section of the README file.
Fixed write error in “Config.toml” file.
Added labels to Docker image.

Don't hesitate to give me feedback

Dockerfile Outdated
@@ -13,6 +13,9 @@ RUN apt-get update && apt-get upgrade && apt-get install -y ${PACKAGES}
RUN adduser --uid ${UID} ${USERNAME}

FROM scratch AS runner
LABEL description="This Docker image runs the MultiversX monitoring binary."
LABEL website="https://multiversx.com/"
LABEL maintainer="Virgil GAGNIEUX <[email protected]>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you are the third that changes the code or installation support files, I think this will be better changed to:

LABEL maintainer="MultiversX Validators Community <https://t.me/MultiversXValidators>"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 🙂

@iulianpascalau
Copy link
Contributor

Thanks for your contribution 👍

@iulianpascalau iulianpascalau merged commit 285870b into multiversx:main May 31, 2024
3 checks passed
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.

3 participants