blob: 184ef987b8a90b4bab5783c83187f44a6cff2b9b [file] [log] [blame]
PRESTO_VERSION := latest
.PHONY: build
build:
docker build --squash --build-arg PRESTO_IMAGE=prestosql/presto:${PRESTO_VERSION} -t bigtop/presto-coordinator:${PRESTO_VERSION} coordinator
docker build --squash --build-arg PRESTO_IMAGE=prestosql/presto:${PRESTO_VERSION} -t bigtop/presto-worker:${PRESTO_VERSION} worker