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/
190190COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql
191191COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql
192192
193- # # Add upstream entrypoint script
193+ # # Add upstream entrypoint script pinned for now to last tested version
194194COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
195195ADD --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 \
197197 /usr/local/bin/docker-entrypoint.sh
198198
199199RUN 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/
198198COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql
199199COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql
200200
201- # # Add upstream entrypoint script
201+ # # Add upstream entrypoint script pinned for now to last tested version
202202COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
203203ADD --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 \
205205 /usr/local/bin/docker-entrypoint.sh
206206
207207RUN 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-
203203RUN echo "CREATE EXTENSION orioledb;" > /docker-entrypoint-initdb.d/init-scripts/00-pre-init.sql && \
204204 chown postgres:postgres /docker-entrypoint-initdb.d/init-scripts/00-pre-init.sql
205205
206- # # Add upstream entrypoint script
206+ # # Add upstream entrypoint script pinned for now to last tested version
207207COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
208208ADD --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 \
210210 /usr/local/bin/docker-entrypoint.sh
211211
212212RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
You can’t perform that action at this time.
0 commit comments