You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the below Dockerfile to do a dnf upgrade on the image confluentinc/cp-schema-registry:7.1.1 and then we are using the built image to run schema registry on Kubernetes.
FROM confluentinc/cp-schema-registry:7.1.1
USER root
RUN dnf upgrade -y
USER appuser
The text was updated successfully, but these errors were encountered:
abhinavbakaya
changed the title
confluentinc/cp-schema-registry:7.1.1 has vulnerabilities
confluentinc/cp-schema-registry:7.1.1 has vulnerabilities. 7.2 isn't yet uploaded.
May 23, 2022
We are using the below Dockerfile to do a dnf upgrade on the image confluentinc/cp-schema-registry:7.1.1 and then we are using the built image to run schema registry on Kubernetes.
Even after that, I am being continuously asked by my organisation's Security Team to remove the vulnerabilities.
CVE-2020-36518
PRISMA-2021-0213
CVE-2022-24329
Please help.
The text was updated successfully, but these errors were encountered: