Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Feb 16, 2024
1 parent dd7bbf8 commit 0dab76b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ presto> SHOW CATALOGS;

Creation of images for new versions of Presto happens autonomously, where a
workflow runs once a day, and if a new version is detected, then it will be
built and pushed, with the `latest` tag pointing at this new version.
built and pushed, with the `latest` tag pointing at this new version. To
detect a new version, we:

1. Get the latest [tag](https://github.com/prestodb/presto/tags) for regular version
2. Check if that version exists on [maven](https://mvnrepository.com/artifact/com.facebook.presto/presto-main)
3. Check that we do not have a Docker build for that version

If (2) or (3) are not true, then no new build is kicked off.

## Quickstart

Expand Down

0 comments on commit 0dab76b

Please sign in to comment.