-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
Fix: Docker README corrections
Fix: Config.toml typo
Fix: Added some missing labels
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]>" |
There was a problem hiding this comment.
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>"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 🙂
Thanks for your contribution 👍 |
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