Skip to content
Snippets Groups Projects
Verified Commit ff5df113 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(splio-vectorrs): Add initial image build

parent 176fa497
No related branches found
No related tags found
No related merge requests found
Pipeline #19227 failed
...@@ -15,6 +15,7 @@ container-build: ...@@ -15,6 +15,7 @@ container-build:
- findmydevice-server - findmydevice-server
- opentf - opentf
- cowsay - cowsay
- splio-vectorrs
script: script:
- cd images/${IMAGE} - cd images/${IMAGE}
- | - |
......
release=15-3.0-p1
VERSION 0.7
container:
FROM ghcr.io/zalando/spilo-15:3.0-p1
ARG registry=quay.io/shivering-isles/splio-vectorrs
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
IF [ $latest = "true" ]
SAVE IMAGE --push ${registry}:latest
ELSE
LABEL "quay.expires-after"="12w"
END
SAVE IMAGE --push ${registry}:${tag}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment