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 gzip not found issue on kanister-kubectl image #1159

Merged
merged 1 commit into from
Dec 16, 2021
Merged

Conversation

viveksinghggits
Copy link
Contributor

Change Overview

In the recent release (0.70.0) of kanister we changed the
base image of kanister-tools image that resulted into a failure
in kanister-kubectl image.
It started failing with gzip command not found, and the reason
is when we run microdnf update on previous rh base image it
install gzip but not in the newere rh base image.
This commit install gzip manually.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • #XXX

Test Plan

Build the image and make sure gzip is present.

In the recent release (`0.70.0`) of kanister we changed the
base image of kanister-tools image that resulted into a failure
in kanister-kubectl image.
It started failing with `gzip` command not found, and the reason
is when we run `microdnf update` on previous rh base image it
install gzip but not in the newere rh base image.
This commit install gzip manually.
@pavannd1 pavannd1 added the kueue label Dec 16, 2021
@mergify mergify bot merged commit 35be4f7 into master Dec 16, 2021
@mergify mergify bot deleted the gzip-notfound branch December 16, 2021 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants