We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e3473 commit 6d6fcf6Copy full SHA for 6d6fcf6
bitnami/Dockerfile
@@ -61,6 +61,16 @@ COPY --from=oldversions /opt/bitnami/postgresql/lib/.emptyfile /opt/bitnami/post
61
COPY --from=oldversions /opt/bitnami/postgresql/share/extension/.emptyfile /opt/bitnami/postgresql/share/extension/timescaledb--*.sql /opt/bitnami/postgresql/share/extension/
62
COPY bitnami/timescaledb-bitnami-entrypoint.sh /opt/bitnami/scripts/postgresql/
63
64
+#Add the extension tracker Dockerfile for AWS S3
65
+FROM minio/mc
66
+
67
+VOLUME /data
68
+CMD mc mb my-bucket
69
70
+ENV AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
71
+ENV AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
72
+ENV AWS_DEFAULT_REGION=Global
73
74
USER 0
75
ARG TS_VERSION
76
RUN set -ex \
0 commit comments