{"architecture":"amd64","config":{"ExposedPorts":{"5432/tcp":{}},"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin","GOSU_VERSION=1.19","LANG=en_US.utf8","PG_MAJOR=17","PG_VERSION=17.9-1.pgdg13+1","PGDATA=/var/lib/postgresql/data","PG_VERSION_MAJOR=17","ENABLE_ANTITHESIS_INSTRUMENTATION=false","POSTGIS_VERSION_MAJOR=3"],"Entrypoint":["docker-entrypoint.sh"],"Cmd":["postgres"],"Volumes":{"/var/lib/postgresql/data":{}},"WorkingDir":"/","Labels":{"maintainer":"ParadeDB - https://paradedb.com","org.opencontainers.image.description":"ParadeDB - The Transactional Elasticsearch Alternative Built on Postgres","org.opencontainers.image.source":"https://github.com/paradedb/paradedb"},"StopSignal":"SIGINT","Shell":["/bin/bash","-o","pipefail","-c","-e"]},"created":"2026-05-06T00:29:33.200967163Z","history":[{"created":"2026-04-21T00:00:00Z","created_by":"# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'","comment":"debuerreotype 0.17"},{"created":"2026-04-22T01:31:59.616295666Z","created_by":"RUN /bin/sh -c set -eux; \tgroupadd -r postgres --gid=999; \tuseradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; \tinstall --verbose --directory --owner postgres --group postgres --mode 1777 /var/lib/postgresql # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:05.336711159Z","created_by":"RUN /bin/sh -c set -ex; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tgnupg \t\tless \t; \trm -rf /var/lib/apt/lists/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:12.321350098Z","created_by":"ENV GOSU_VERSION=1.19","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:12.321350098Z","created_by":"RUN /bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' \u003e /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark \u003e /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:17.208460774Z","created_by":"RUN /bin/sh -c set -eux; \tif [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then \t\tgrep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; \t\tsed -ri '/\\/usr\\/share\\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; \t\t! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; \tfi; \tapt-get update; apt-get install -y --no-install-recommends locales; rm -rf /var/lib/apt/lists/*; \techo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen; \tlocale-gen; \tlocale -a | grep 'en_US.utf8' # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:17.208460774Z","created_by":"ENV LANG=en_US.utf8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:20.477836734Z","created_by":"RUN /bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tlibnss-wrapper \t\txz-utils \t\tzstd \t; \trm -rf /var/lib/apt/lists/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:20.588821296Z","created_by":"RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:21.154018712Z","created_by":"RUN /bin/sh -c set -ex; \tkey='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tmkdir -p /usr/local/share/keyrings/; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export --armor \"$key\" \u003e /usr/local/share/keyrings/postgres.gpg.asc; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:21.154018712Z","created_by":"ENV PG_MAJOR=17","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:21.154018712Z","created_by":"ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:21.154018712Z","created_by":"ENV PG_VERSION=17.9-1.pgdg13+1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:33.683254236Z","created_by":"RUN /bin/sh -c set -ex; \t\texport PYTHONDONTWRITEBYTECODE=1; \t\tdpkgArch=\"$(dpkg --print-architecture)\"; \taptRepo=\"[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR\"; \tcase \"$dpkgArch\" in \t\tamd64 | arm64 | ppc64el) \t\t\techo \"deb $aptRepo\" \u003e /etc/apt/sources.list.d/pgdg.list; \t\t\tapt-get update; \t\t\t;; \t\t*) \t\t\techo \"deb-src $aptRepo\" \u003e /etc/apt/sources.list.d/pgdg.list; \t\t\t\t\t\tsavedAptMark=\"$(apt-mark showmanual)\"; \t\t\t\t\t\ttempDir=\"$(mktemp -d)\"; \t\t\tcd \"$tempDir\"; \t\t\t\t\t\tapt-get update; \t\t\tapt-get install -y --no-install-recommends dpkg-dev; \t\t\techo \"deb [ trusted=yes ] file://$tempDir ./\" \u003e /etc/apt/sources.list.d/temp.list; \t\t\t_update_repo() { \t\t\t\tdpkg-scanpackages . \u003e Packages; \t\t\t\tapt-get -o Acquire::GzipIndexes=false update; \t\t\t}; \t\t\t_update_repo; \t\t\t\t\t\tnproc=\"$(nproc)\"; \t\t\texport DEB_BUILD_OPTIONS=\"nocheck parallel=$nproc\"; \t\t\tapt-get build-dep -y postgresql-common-dev; \t\t\tapt-get source --compile postgresql-common-dev; \t\t\t_update_repo; \t\t\tapt-get build-dep -y \"postgresql-$PG_MAJOR=$PG_VERSION\"; \t\t\tapt-get source --compile \"postgresql-$PG_MAJOR=$PG_VERSION\"; \t\t\t\t\t\t\t\t\tapt-mark showmanual | xargs apt-mark auto \u003e /dev/null; \t\t\tapt-mark manual $savedAptMark; \t\t\t\t\t\tls -lAFh; \t\t\t_update_repo; \t\t\tgrep '^Package: ' Packages; \t\t\tcd /; \t\t\t;; \tesac; \t\tapt-get install -y --no-install-recommends postgresql-common; \tsed -ri 's/#(create_main_cluster) .*$/\\1 = false/' /etc/postgresql-common/createcluster.conf; \tapt-get install -y --no-install-recommends \t\t\"postgresql-$PG_MAJOR=$PG_VERSION\" \t; \t\trm -rf /var/lib/apt/lists/*; \t\tif [ -n \"$tempDir\" ]; then \t\tapt-get purge -y --auto-remove; \t\trm -rf \"$tempDir\" /etc/apt/sources.list.d/temp.list; \tfi; \t\tfind /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S \"$pyc\" \u0026\u003e /dev/null || rm -vf \"$pyc\"; done' -- '{}' +; \t\tpostgres --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:33.823438744Z","created_by":"RUN /bin/sh -c set -eux; \tdpkg-divert --add --rename --divert \"/usr/share/postgresql/postgresql.conf.sample.dpkg\" \"/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample\"; \tcp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; \tln -sv ../postgresql.conf.sample \"/usr/share/postgresql/$PG_MAJOR/\"; \tsed -ri \"s!^#?(listen_addresses)\\s*=\\s*\\S+.*!\\1 = '*'!\" /usr/share/postgresql/postgresql.conf.sample; \tgrep -F \"listen_addresses = '*'\" /usr/share/postgresql/postgresql.conf.sample # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:33.915422241Z","created_by":"RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:33.915422241Z","created_by":"ENV PGDATA=/var/lib/postgresql/data","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:34.006412735Z","created_by":"RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 1777 \"$PGDATA\" # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:34.006412735Z","created_by":"VOLUME [/var/lib/postgresql/data]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:34.047785179Z","created_by":"COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:34.136961126Z","created_by":"RUN /bin/sh -c ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-22T01:32:34.136961126Z","created_by":"ENTRYPOINT [\"docker-entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:34.136961126Z","created_by":"STOPSIGNAL SIGINT","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:34.136961126Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-22T01:32:34.136961126Z","created_by":"CMD [\"postgres\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:02.340946692Z","created_by":"LABEL maintainer=ParadeDB - https://paradedb.com org.opencontainers.image.description=ParadeDB - The Transactional Elasticsearch Alternative Built on Postgres org.opencontainers.image.source=https://github.com/paradedb/paradedb","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:02.340946692Z","created_by":"ARG PG_VERSION_MAJOR","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:02.340946692Z","created_by":"ARG ENABLE_ANTITHESIS_INSTRUMENTATION","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:02.340946692Z","created_by":"ENV PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:02.340946692Z","created_by":"SHELL [/bin/bash -o pipefail -c -e]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:02.340946692Z","created_by":"COPY /tmp/pgvector/*.so /usr/lib/postgresql/17/lib/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:02.495796557Z","created_by":"COPY /tmp/pgvector/*.control /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:02.66744749Z","created_by":"COPY /tmp/pgvector/sql/*.sql /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:02.80898938Z","created_by":"COPY /tmp/pg_cron/*.so /usr/lib/postgresql/17/lib/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:02.975816838Z","created_by":"COPY /tmp/pg_cron/*.control /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:03.083725508Z","created_by":"COPY /tmp/pg_cron/*.sql /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:03.222933525Z","created_by":"COPY /tmp/pg_ivm/*.so /usr/lib/postgresql/17/lib/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:03.40743026Z","created_by":"COPY /tmp/pg_ivm/*.control /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:03.534421331Z","created_by":"COPY /tmp/pg_ivm/*.sql /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:24.295865997Z","created_by":"RUN |2 PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false /bin/bash -o pipefail -c -e apt-get update \u0026\u0026     apt-get install -y --no-install-recommends libpq5 python3-pip python3-dev python3-psycopg2 \u0026\u0026     rm /usr/lib/python*/EXTERNALLY-MANAGED \u0026\u0026     pip3 install --no-cache-dir 'setuptools==82.0.1' 'barman[cloud,azure,snappy,google]==3.18.0' \u0026\u0026     apt-get remove -y python3-dev python3-pip --purge \u0026\u0026     apt-get autoremove -y \u0026\u0026     rm -rf /var/lib/apt/lists/* \u0026\u0026     find /usr/lib | grep -E \"(/__pycache__$|\\.pyc$|\\.pyo$)\" | xargs rm -rf \u0026\u0026     find /usr/local | grep -E \"(/__pycache__$|\\.pyc$|\\.pyo$)\" | xargs rm -rf \u0026\u0026     find /var/cache -type f -exec truncate --size 0 {} \\; \u0026\u0026     find /var/log -type f -exec truncate --size 0 {} \\; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:24.295865997Z","created_by":"ENV POSTGIS_VERSION_MAJOR=3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:13:42.204282401Z","created_by":"RUN |2 PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false /bin/bash -o pipefail -c -e apt-get update     \u0026\u0026 apt-get install -y --no-install-recommends     postgresql-$PG_VERSION_MAJOR-postgis-$POSTGIS_VERSION_MAJOR     postgresql-$PG_VERSION_MAJOR-postgis-$POSTGIS_VERSION_MAJOR-scripts     ca-certificates     \u0026\u0026 rm -rf /var/lib/apt/lists/* \u0026\u0026     update-ca-certificates # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:42.683345185Z","created_by":"RUN |2 PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false /bin/bash -o pipefail -c -e sed -i \"s/^#shared_preload_libraries = ''/shared_preload_libraries = 'pg_search,pg_cron,pg_stat_statements'/\" /usr/share/postgresql/postgresql.conf.sample \u0026\u0026     grep \"shared_preload_libraries = 'pg_search,pg_cron,pg_stat_statements'\" /usr/share/postgresql/postgresql.conf.sample \u0026\u0026     echo \"cron.database_name = 'postgres'\" \u003e\u003e /usr/share/postgresql/postgresql.conf.sample \u0026\u0026     echo \"pg_stat_statements.track = 'top'\" \u003e\u003e /usr/share/postgresql/postgresql.conf.sample # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:42.84127686Z","created_by":"WORKDIR /tmp","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:13:47.416119494Z","created_by":"RUN |2 PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false /bin/bash -o pipefail -c -e apt-get update \u0026\u0026 apt-get install -y --no-install-recommends wget \u0026\u0026     rm -rf /var/lib/apt/lists/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:29:32.068273347Z","created_by":"COPY /tmp/target/release-with-debug/pg_search-pg17/usr/lib/postgresql/17/lib/* /usr/lib/postgresql/17/lib/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:29:32.191470444Z","created_by":"COPY /tmp/target/release-with-debug/pg_search-pg17/usr/share/postgresql/17/extension/* /usr/share/postgresql/17/extension/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:29:32.391182923Z","created_by":"RUN |2 PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false /bin/bash -o pipefail -c -e if [ \"$ENABLE_ANTITHESIS_INSTRUMENTATION\" = \"true\" ]; then    wget -qO /usr/lib/libvoidstar.so https://antithesis.com/assets/instrumentation/libvoidstar.so \u0026\u0026    mkdir /symbols \u0026\u0026    ln -s /usr/lib/postgresql/18/lib/pg_search.so /symbols/pg_search.so ;  fi # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:29:32.989958427Z","created_by":"RUN |2 PG_VERSION_MAJOR=17 ENABLE_ANTITHESIS_INSTRUMENTATION=false /bin/bash -o pipefail -c -e echo \"deb [signed-by=/usr/local/share/keyrings/postgres.gpg.asc] https://apt.postgresql.org/pub/repos/apt trixie-pgdg main\"     \u003e /etc/apt/sources.list.d/pgdg.list \u0026\u0026     apt-get purge -y wget \u0026\u0026     apt-get autoremove -y \u0026\u0026     rm -rf /var/lib/apt/lists/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-06T00:29:32.989958427Z","created_by":"WORKDIR /","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-06T00:29:33.200967163Z","created_by":"COPY ./docker/bootstrap.sh /docker-entrypoint-initdb.d/10_bootstrap_paradedb.sh # buildkit","comment":"buildkit.dockerfile.v0"}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:6d7c150df58d41c351cd9b03f1cda7a9a23d6fc91436e2bf0f098c6dd78c9c55","sha256:4bb4a59a1b0c8e94cee4dca290d4500d553f2b25d9d39af79b56fca18ff7e744","sha256:d4bc77b31349009e05c894428b6bda917a3a2c326683c916d704dd20f704a24a","sha256:102a70163b83da634920d10903657eacc7cf70f9a454ddee52c7bb1c67dedad4","sha256:9fa783672d40a7a701a0239d2820227f30b8c8e54f3fd5a0113fe0c4ba54d0e6","sha256:0d7825b97887bfd6be32a028acbe30e5bbce58de348a5ffee1b84e2ccf0b019f","sha256:fef348f9117538621bd71f751c33f8af2d983aa6b553efb36f98dfc60c57e5f4","sha256:f5c3a07471e58a7b24dfe47578292b43236885c4e3a6c8ec657fd00f4e7c759a","sha256:7e9f72d5d681d56473fe2ae9045731d6fd9d111dc8db0ccab89672a5e2f2c2dd","sha256:77852a0dd8ff5c464d1bab55d05ce2556ad3e739bd4588e6726a4aa7c879e43c","sha256:76034bdefde2c46d2d9bff9ad7b36103a2c60a29af1cefabe3a7925346a18f66","sha256:660f9ee5c33163d88d242e50b6ed59cffe85550889cc04579ea3b13f71770eda","sha256:467842a83f27e3da52cb1796b1fa2c05dbd732ae71e5d6cceb9b8ca448b993b3","sha256:331a7fcac748b7af5554ed50cb91ebaf311208dc4c28e460774dd60bd4ffd42b","sha256:feed3ea386c84a832816348e169f9aebf7831bf2902631ad44fea19a8a1da56c","sha256:749e1d095190dc28c8aeae222aac8eb7ed6ef246c1d924168f019310c890419b","sha256:a6e0fe78915e706033e8599073b0375e338a6010676108b12c619ab0028f981a","sha256:942189b3e9862f2660abbaebc4a2c945ae680910c620fc62e030c9e59d151bc2","sha256:446eccfb44a4b57c6284907a2b05b17aaf834501103e7fd48b666b792bf4e31e","sha256:946533808f38c075cc7e3f63f07d0ed92287b330bb0ea10aec5b774da744bc81","sha256:72bd8b4177e01e1bf7a96006d8562e91101538733f12f5bbb4871d8cd2cfb102","sha256:c8f957ffca78df6927347d13468d2dfcb3ba0ecf248f2a41f5b785447cba8423","sha256:d828634152c764afe97119e78efe83b9064edca3ef1aae7977ea65f1c59e9dbc","sha256:b32bb93d0a745ef37315058e0ccb124dfe31a701e93cb7d5ea6b53d831e2ece1","sha256:f9d3604c6d07a203e327b481a56eb39fcf5ec09594a537478f1c455158abb0e3","sha256:594f7d07a840de252a4c4ece7be74023b76d6d46bd64fddcf03b49bf00b836fa","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:147368e897c70c7dabb653cc5b8413198196558476d9a06de21090593c54c504","sha256:a7c189a649e2dc20f431b2e82b03c57ced92f3caef1a6097ef891e3773f70483","sha256:7670c8cd69efa7f4fe7978faae606e50b1c469adba89fb3c8114cefb3c3cf69a","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:48c40088606ce1f60ecc9e72716f296794a4109b7be67c21197f577044e05921","sha256:92cc6ae3971f1464794fcb8aeb396831eeb3f447b2d59bfdcb915ed81627d903"]}}