Skip to content

Commit

Permalink
pinot version upgrade (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka committed Jul 31, 2023
1 parent 217580c commit 90e886f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# org.yaml:snakeyaml (from upstream opensource dependency)
# org.yaml:snakeyaml (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2022-1471 exp:2023-09-30

# net.minidev:json-smart (from upstream opensource dependency)
# net.minidev:json-smart (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-1370 exp:2023-09-30

# com.google.guava:guava (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-2976 exp:2023-09-30

# org.apache.helix:helix-core (from upstream opensource shaded dependency. will be taken care during upgrade.)
CVE-2023-38647 exp:2023-09-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 alpine:latest AS builder

ARG PINOT_VERSION=0.12.0
ARG JITPACK_REPO=hypertrace/incubator-pinot
ARG JITPACK_TAG=hypertrace-0.12.0-8
ARG JITPACK_TAG=hypertrace-0.12.0-10

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-0.12.0-8
ARG JITPACK_TAG=hypertrace-0.12.0-10

USER root
WORKDIR /install
Expand Down

0 comments on commit 90e886f

Please sign in to comment.