mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
foo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user