Skip to content

Changes to convert runner/ubi-fips/Dockerfile to be based on new ubi-micro based BASE_IMAGE

Vasant Tokale requested to merge issue-31-runner-ubi-fips into distroless
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do?

Removes microdnf commands from the Dockerfile for 2 reasons:

  1. The BASE_IMAGE is now based on ubi-micro instead ubi-minimal so the microdnf command is not available anymore
  2. Installation of tar & openssl packages in this dockerfile is redundant since they are already installed in the base image

Why was this MR needed?

  1. The BASE_IMAGE is now based on ubi-micro instead ubi-minimal so the microdnf command is not available anymore
  2. Installation of tar & openssl packages in this dockerfile is redundant since they are already installed in the base image

What's the best way to test this MR?

What are the relevant issue numbers?

ubi#31 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports