Skip to content

Commit

Permalink
Add Extention Tracker for AWS S3
Browse files Browse the repository at this point in the history
  • Loading branch information
AtulRajput01 authored Jun 20, 2023
1 parent f6e3473 commit 6d6fcf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bitnami/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ COPY --from=oldversions /opt/bitnami/postgresql/lib/.emptyfile /opt/bitnami/post
COPY --from=oldversions /opt/bitnami/postgresql/share/extension/.emptyfile /opt/bitnami/postgresql/share/extension/timescaledb--*.sql /opt/bitnami/postgresql/share/extension/
COPY bitnami/timescaledb-bitnami-entrypoint.sh /opt/bitnami/scripts/postgresql/

#Add the extension tracker Dockerfile for AWS S3
FROM minio/mc

VOLUME /data
CMD mc mb my-bucket

ENV AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
ENV AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
ENV AWS_DEFAULT_REGION=Global

USER 0
ARG TS_VERSION
RUN set -ex \
Expand Down

0 comments on commit 6d6fcf6

Please sign in to comment.