Skip to content

Commit

Permalink
pinot 1.0.0-rc6 upgrade (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka authored Feb 5, 2024
1 parent 3bc6e59 commit 3372e03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# org.apache.helix:helix-core (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-38647 exp:2024-03-31
CVE-2023-38647 exp:2024-06-30

# org.apache.avro:avro (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-39410 exp:2024-06-30
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/ubuntu:jammy AS builder

ARG PINOT_VERSION=1.0.0
ARG JITPACK_REPO=hypertrace/incubator-pinot
ARG JITPACK_TAG=hypertrace-1.0.0-rc5
ARG JITPACK_TAG=hypertrace-1.0.0-rc6

ENV PINOT_HOME=/opt/pinot

Expand Down
2 changes: 1 addition & 1 deletion pinot-servicemanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM cimg/openjdk:14.0.2 AS install

# Override to build an image from a fork. Ex. kotharironak
ARG JITPACK_USER=hypertrace
ARG JITPACK_TAG=hypertrace-1.0.0-rc5
ARG JITPACK_TAG=hypertrace-1.0.0-rc6

USER root
WORKDIR /install
Expand Down

0 comments on commit 3372e03

Please sign in to comment.