Skip to content

UBI: Explicitly add webrick gem to mailroom build

Jason Plum requested to merge 657-mailroom-webrick-ubi into master

What does this MR do?

UBI: Explicitly add webrick gem to mailroom build

Explicitly add the webrick gem to the mailroom's build.ubi8, to ensure that this is

  1. Present 2, At the specified version

This is present in the Debian image via 9a5138e6 but no matching change was made to the Dockerfile.build.ubi8 which does not make use of install-dependencies script.

Closes #657 (closed)

changelog: fixed

Replication / testing

#657 (closed)

Backporting

This seems to be caused as of Bump Ruby version to 3.0.5 (!1333 - merged) merging in %15.10

Effectively, we need to confirm if any version from that point forward did not suffer this, as it was originally reported only by 16.3.4. We may need to backport this to all stable trees within support.

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
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

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
  • New dependencies are managed with dependencies.io

Closes #657 (closed)

Edited by Jason Plum

Merge request reports