quarkusio / quarkus-images

Set of container images delivered for Quarkus
Apache License 2.0
115 stars 76 forks source link

Bump ubi-micro and ubi-minimal to 8.10 #273

Closed porschesstein closed 3 months ago

porschesstein commented 4 months ago

Bump ubi-micro and ubi-minimal to 8.10 to resolve known vulnerabilities as suggested by RedHat.

fixes #272

When running

mvn clean install

locally, Mandrel image build fails. This is most probably related to my local machine having a different CPU architecture (Centos Stream 9 AMD64):

#6 [ 2/15] RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y tar gzip gcc glibc-devel zlib-devel shadow-utils unzip gcc-c++      && rpm -q tar gzip gcc glibc-devel zlib-devel shadow-utils unzip gcc-c++
[INFO] 🐋    #6 0.163 exec /bin/sh: exec format error
porschesstein commented 3 months ago

@cescoffier Can you please merge the PR or what is needed to get this released?

Karm commented 3 months ago

@porschesstein You can give it a try, pull the image in your env.

porschesstein commented 3 months ago

I confirm that all reported security issues are gone in the quarkus-micro image I use.