deduplicate files in S3

This commit is contained in:
Alek Westover
2023-07-26 16:17:27 -04:00
parent b9a7a661d0
commit cc2e1c0119
2 changed files with 22 additions and 1 deletions

View File

@@ -776,6 +776,13 @@ ARG PG_VERSION
ARG BUILD_TAG
RUN apt update && apt install -y zstd
# Define extension build numbers
# NOTE: it is *not* necessary for the build_tag to be BUILD_TAG. In particular,
# you should update the build_tag for each extension only when you build it
RUN echo "kq_imcx 5670669815" >> build_tags.txt
RUN echo "anon 5670669815" >> build_tags.txt
RUN echo "postgis 5670669815" >> build_tags.txt
# copy the control files here
COPY --from=kq-imcx-pg-build /extensions/ /extensions/
COPY --from=pg-anon-pg-build /extensions/ /extensions/