This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new e658f86a8a update libtasn1 lib to fix CVE-2022-1471 (#10775)
e658f86a8a is described below
commit e658f86a8ac9010079abe7960a66c8c20032d48b
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Jun 22 13:49:28 2023 -0700
update libtasn1 lib to fix CVE-2022-1471 (#10775)
---
docker/images/pinot-base/pinot-base-runtime/amazoncorretto.dockerfile | 2 +-
docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile | 2 +-
docker/images/pinot-base/pinot-base-runtime/openjdk.dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/docker/images/pinot-base/pinot-base-runtime/amazoncorretto.dockerfile
b/docker/images/pinot-base/pinot-base-runtime/amazoncorretto.dockerfile
index 9b3e61f8bc..66978ea181 100644
--- a/docker/images/pinot-base/pinot-base-runtime/amazoncorretto.dockerfile
+++ b/docker/images/pinot-base/pinot-base-runtime/amazoncorretto.dockerfile
@@ -25,7 +25,7 @@ LABEL [email protected]
RUN yum update -y && \
yum groupinstall 'Development Tools' -y && \
- yum install -y procps vim less wget curl git python sysstat perf && \
+ yum install -y procps vim less wget curl git python sysstat perf libtasn1
&& \
yum clean all
RUN case `uname -m` in \
diff --git a/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
b/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
index 50a08b4979..eaa1b8e02e 100644
--- a/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
+++ b/docker/images/pinot-base/pinot-base-runtime/ms-openjdk.dockerfile
@@ -25,7 +25,7 @@ FROM ${JDK_IMAGE}:${JAVA_VERSION}-ubuntu
LABEL [email protected]
RUN apt-get update && \
- apt-get install -y --no-install-recommends vim less wget curl git python
sysstat procps linux-tools-generic && \
+ apt-get install -y --no-install-recommends vim less wget curl git python
sysstat procps linux-tools-generic libtasn1-6 && \
rm -rf /var/lib/apt/lists/*
RUN case `uname -m` in \
diff --git a/docker/images/pinot-base/pinot-base-runtime/openjdk.dockerfile
b/docker/images/pinot-base/pinot-base-runtime/openjdk.dockerfile
index 8210d1af47..4064fc6dd4 100644
--- a/docker/images/pinot-base/pinot-base-runtime/openjdk.dockerfile
+++ b/docker/images/pinot-base/pinot-base-runtime/openjdk.dockerfile
@@ -24,7 +24,7 @@ FROM ${JDK_IMAGE}:${JAVA_VERSION}-jdk-slim
LABEL [email protected]
RUN apt-get update && \
- apt-get install -y --no-install-recommends vim less wget curl git python
sysstat procps linux-perf openjdk-11-dbg && \
+ apt-get install -y --no-install-recommends vim less wget curl git python
sysstat procps linux-perf openjdk-11-dbg libtasn1-6 && \
rm -rf /var/lib/apt/lists/*
RUN case `uname -m` in \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]