Skip to content

Commit

Permalink
Bump up presto java version in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
kewang1024 committed Jun 20, 2024
1 parent c6d7390 commit 25b5a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .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
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.289-edge1
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.289-edge1

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 25b5a07

Please sign in to comment.