diff --git a/images/splio-vectorrs/Earthfile b/images/splio-vectorrs/Earthfile index 0f67230cdd4958a39b73e8d308bc5dd87d41e92d..961020e0fdd200519800f79860b830e0b67a013d 100644 --- a/images/splio-vectorrs/Earthfile +++ b/images/splio-vectorrs/Earthfile @@ -3,6 +3,9 @@ VERSION 0.7 container: FROM ghcr.io/zalando/spilo-15:3.0-p1 ARG registry=quay.io/shivering-isles/splio-vectorrs + COPY .release ./ + ARG tag=$(awk -F'=' '$1 == "release" {print $2}' .release) + ARG latest=false RUN curl -L https://github.com/tensorchord/pgvecto.rs/releases/download/v0.1.11/vectors-pg15-v0.1.11-x86_64-unknown-linux-gnu.deb > vectors-pg15-v0.1.11-x86_64-unknown-linux-gnu.deb RUN apt install ./vectors-pg15-*.deb DO ../.utils/+LABEL --image=postfix --version=main