File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # --------------------------------------------------------------------------
2+ # THIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY
3+ #
4+ # Source: Containerfile.j2
5+ # --------------------------------------------------------------------------
6+
17ARG BASE_VERSION=15
28ARG PG_VERSION=14
39
@@ -69,10 +75,6 @@ COPY --from=builder /usr/local/share/postgresql/extension/vchord* /usr/local/sha
6975RUN chmod 644 /usr/local/share/postgresql/extension/vchord* && \
7076 chmod 755 /usr/local/lib/postgresql/vchord.so
7177
72- # Extract version
73- RUN mkdir -p /app && \
74- pkg query '%v' postgresql${PG_VERSION}-server | sed 's/_.*$//' > /app/version
75-
7678# Copy init scripts for extensions
7779COPY docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
7880RUN chmod 644 /docker-entrypoint-initdb.d/*
Original file line number Diff line number Diff line change 1+ <!--
2+ THIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY
3+ Source: daemonless/templates/README.j2
4+ -->
5+
16# Immich PostgreSQL
27
38PostgreSQL 14 with pgvector/pgvecto.rs extensions for Immich.
You can’t perform that action at this time.
0 commit comments