Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updating the pinot version #135

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:latest AS builder

ARG PINOT_VERSION=0.12.0
ARG PINOT_VERSION=1.0.0
ARG JITPACK_REPO=hypertrace/incubator-pinot
ARG JITPACK_TAG=hypertrace-0.12.0-11
ARG JITPACK_TAG=hhypertrace-1.0.0-rc2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hhypertrace Is this a typo?


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-11
ARG JITPACK_TAG=hypertrace-1.0.0-rc2

USER root
WORKDIR /install
Expand Down
Loading