Skip to content

Commit 0e26d56

Browse files
committed
ci: add tests
update needed labels for tests
1 parent b9e96b6 commit 0e26d56

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ LABEL org.opencontainers.image.title="Immich PostgreSQL" \
5454
io.daemonless.port="5432" \
5555
io.daemonless.arch="${FREEBSD_ARCH}" \
5656
io.daemonless.category="Databases" \
57-
io.daemonless.vectorchord-version="${VECTORCHORD_VERSION}"
57+
io.daemonless.vectorchord-version="${VECTORCHORD_VERSION}" \
58+
org.freebsd.jail.allow.sysvipc="required"
5859

5960
# Copy built extensions from builder
6061
COPY --from=builder /usr/local/lib/postgresql/vector.so /usr/local/lib/postgresql/

0 commit comments

Comments
 (0)