Skip to content

Commit 2178eae

Browse files
committed
chore: Add autogenerated file header
1 parent 3595cfd commit 2178eae

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

Containerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# --------------------------------------------------------------------------
2+
# THIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY
3+
#
4+
# Source: Containerfile.j2
5+
# --------------------------------------------------------------------------
6+
17
ARG BASE_VERSION=15
28
ARG PG_VERSION=14
39

@@ -69,10 +75,6 @@ COPY --from=builder /usr/local/share/postgresql/extension/vchord* /usr/local/sha
6975
RUN 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
7779
COPY docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
7880
RUN chmod 644 /docker-entrypoint-initdb.d/*

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
THIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY
3+
Source: daemonless/templates/README.j2
4+
-->
5+
16
# Immich PostgreSQL
27

38
PostgreSQL 14 with pgvector/pgvecto.rs extensions for Immich.

0 commit comments

Comments
 (0)