Skip to content

Gitaly: add bzip2 to UBI service container

Jason Plum requested to merge gitaly-needs-bzip2-ubi8 into master

What does this MR do?

Gitaly: add bzip2 to UBI service container

Gitaly was attempting to make use of bzip2 binary, as a part of /gitaly.RepositoryService/GetArchive, however the binary was not in the final service image.

This resulted in this error: starting process [bzip2 -c]: exec: "bzip2": executable file not found in $PATH

Add bzip2 package, which will ensure the needs are met.

Related to !1129 (merged)

Related issues

Closes gitlab-org/charts/gitlab#4327 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Jason Plum

Merge request reports