opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

[RHOAIENG-2267] Use ubi8 base images for Dockerfile #53

Closed lampajr closed 8 months ago

lampajr commented 8 months ago

Fixes https://issues.redhat.com/browse/RHOAIENG-2267

Description

Rely on UBI base images for the container image generation as other operators/controllers are doing, e.g., opendatahub-operator or odh-model-controller.

Note that this change is required for production builds, therefore I would keep the differences as small as possible.

How Has This Been Tested?

Tested locally by running:

docker build -t model-registry-operator:latest -f Dockerfile .

Merge criteria: