This commit is contained in:
fcdm
2024-02-16 16:27:16 +00:00
parent c8f3bf8444
commit 6de05cdafe

View File

@@ -133,9 +133,9 @@ RUN mkdir /var/db && useradd -m -d /var/db/postgres postgres && \
# create folder for file cache
mkdir -p -m 777 /neon/cache
COPY --from=postgres-cleanup-layer --chown=postgres /usr/local/pgsql-v14 /usr/local
COPY --from=postgres-cleanup-layer --chown=postgres /usr/local/pgsql-v15 /usr/local
COPY --from=postgres-cleanup-layer --chown=postgres /usr/local/pgsql-v16 /usr/local
COPY --from=postgres-cleanup-layer --chown=postgres /usr/local/pgsql-v14 /usr/local/pgsql-v14
COPY --from=postgres-cleanup-layer --chown=postgres /usr/local/pgsql-v15 /usr/local/pgsql-v15
COPY --from=postgres-cleanup-layer --chown=postgres /usr/local/pgsql-v16 /usr/local/pgsql-v16
COPY --from=compute-tools --chown=postgres /home/nonroot/target/release-line-debug-size-lto/compute_ctl /usr/local/bin/compute_ctl
# Install: