File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -190,10 +190,10 @@ COPY migrations/db /docker-entrypoint-initdb.d/
190
190
COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql
191
191
COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql
192
192
193
- # # Add upstream entrypoint script
193
+ # # Add upstream entrypoint script pinned for now to last tested version
194
194
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
195
195
ADD --chmod=0755 \
196
- https://github.com/docker-library/postgres/raw/master /15/bullseye/docker-entrypoint.sh \
196
+ https://github.com/docker-library/postgres/raw/889f9447cd2dfe21cccfbe9bb7945e3b037e02d8 /15/bullseye/docker-entrypoint.sh \
197
197
/usr/local/bin/docker-entrypoint.sh
198
198
199
199
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ COPY migrations/db /docker-entrypoint-initdb.d/
198
198
COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql
199
199
COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql
200
200
201
- # # Add upstream entrypoint script
201
+ # # Add upstream entrypoint script pinned for now to last tested version
202
202
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
203
203
ADD --chmod=0755 \
204
- https://github.com/docker-library/postgres/raw/master /17/bullseye/docker-entrypoint.sh \
204
+ https://github.com/docker-library/postgres/raw/889f9447cd2dfe21cccfbe9bb7945e3b037e02d8 /17/bullseye/docker-entrypoint.sh \
205
205
/usr/local/bin/docker-entrypoint.sh
206
206
207
207
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
Original file line number Diff line number Diff line change @@ -203,10 +203,10 @@ COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-
203
203
RUN echo "CREATE EXTENSION orioledb;" > /docker-entrypoint-initdb.d/init-scripts/00-pre-init.sql && \
204
204
chown postgres:postgres /docker-entrypoint-initdb.d/init-scripts/00-pre-init.sql
205
205
206
- # # Add upstream entrypoint script
206
+ # # Add upstream entrypoint script pinned for now to last tested version
207
207
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
208
208
ADD --chmod=0755 \
209
- https://github.com/docker-library/postgres/raw/master /17/bullseye/docker-entrypoint.sh \
209
+ https://github.com/docker-library/postgres/raw/889f9447cd2dfe21cccfbe9bb7945e3b037e02d8 /17/bullseye/docker-entrypoint.sh \
210
210
/usr/local/bin/docker-entrypoint.sh
211
211
212
212
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
You can’t perform that action at this time.
0 commit comments