Skip to content

Commit

Permalink
Bump up presto java version in docker container (facebookincubator#10254
Browse files Browse the repository at this point in the history
)

Summary: Pull Request resolved: facebookincubator#10254

Reviewed By: kgpai

Differential Revision: D59473953

Pulled By: kewang1024

fbshipit-source-id: 5cf16cc722ee8c0671297014162ed4a98fc002ff
  • Loading branch information
kewang1024 authored and facebook-github-bot committed Jul 8, 2024
1 parent 562a7dc commit e23df19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- scripts/*.dockerfile
- scripts/setup-*.sh
- .github/workflows/docker.yml
- docker-compose.yml
push:
branches: [main]
paths:
Expand Down Expand Up @@ -93,7 +94,7 @@ jobs:
tags: "ghcr.io/facebookincubator/velox-dev:adapters"
- name: Presto Java
file: "scripts/prestojava-container.dockerfile"
args: "PRESTO_VERSION=0.284"
args: "PRESTO_VERSION=0.288"
tags: "ghcr.io/facebookincubator/velox-dev:presto-java"
- name: Spark server
file: "scripts/spark-container.dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
image: ghcr.io/facebookincubator/velox-dev:presto-java
build:
args:
- PRESTO_VERSION=0.284
- PRESTO_VERSION=0.288
context: .
dockerfile: scripts/prestojava-container.dockerfile
environment:
Expand Down
2 changes: 1 addition & 1 deletion scripts/prestojava-container.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
FROM ghcr.io/facebookincubator/velox-dev:centos9

ARG PRESTO_VERSION=0.286
ARG PRESTO_VERSION=0.288

ADD scripts /velox/scripts/
RUN wget https://repo1.maven.org/maven2/com/facebook/presto/presto-server/${PRESTO_VERSION}/presto-server-${PRESTO_VERSION}.tar.gz
Expand Down

0 comments on commit e23df19

Please sign in to comment.