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

fix(nfs-server): update base image of nfs-server from alpine:latest to alpine:3.14 #130

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

mittachaitu
Copy link
Contributor

@mittachaitu mittachaitu commented Dec 16, 2021

Pull Request template

Why is this PR required? What issue does it fix?:
This PR is required to install a specific version of nfs-utils.
The latest version of nfs-utils i.e 2.5.4 has some issues running
in RHEL based OS.

What this PR does?:
This PR updates the base image of nfs-server
from alpine:latest to alpine:3.14. Alpine:3.14 version
will install a fixed version of nfs-utils(2.5.3) so that nfs-utils
the version remains unchanged on different builds.

Does this PR require any upgrade changes?:
No

If the changes in this PR are manually verified, list down the scenarios covered::
Yes, by provisioning volume

Any additional information for your reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs

  • This PR installs 2.5.3 version of nfs-utils

Checklist:

  • Fixes #
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Has the change log section been updated?
  • Commit has unit tests
  • Commit has integration tests
  • (Optional) Does this PR change require updating NFS-Provisioner Chart? If yes, mention the Helm Chart PR #
  • (Optional) Are upgrade changes included in this PR? If not, mention the issue/PR to track:
  • (Optional) If documentation changes are required, which issue on https://github.com/openebs/openebs-docs is used to track them:

Signed-off-by: mittachaitu [email protected]

…o alpine:3.14

This commit updates the base image of nfs-server
from alpine:latest to alpine:3.14. Alpine 3.14 will
install fixed version of nfs-utils(2.5.3) so that nfs-utils
version remains unchanged on different builds.

Signed-off-by: mittachaitu <[email protected]>
@mittachaitu mittachaitu requested a review from mynktl December 16, 2021 13:48
@mynktl mynktl merged commit 41672bd into openebs-archive:develop Dec 17, 2021
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