change mgmt json format; add cli flags

This commit is contained in:
Stas Kelvich
2021-06-27 16:03:08 +03:00
parent 1b6d99db7c
commit aa404b60fe
7 changed files with 73 additions and 21 deletions

View File

@@ -82,6 +82,7 @@ RUN apk add --update openssl build-base
RUN apk --no-cache --update --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing add rocksdb
COPY --from=build /zenith/target/release/pageserver /usr/local/bin
COPY --from=build /zenith/target/release/wal_acceptor /usr/local/bin
COPY --from=build /zenith/target/release/proxy /usr/local/bin
COPY --from=pg-build /zenith/tmp_install /usr/local
COPY docker-entrypoint.sh /docker-entrypoint.sh