JSON blob 6cb815cdb4fe0441db6475cbd11a42f781078260f0002b1b67cbb59e26d5a2e3

{
  "architecture": "amd64",
  "config": {
    "ExposedPorts": {
      "5432/tcp": {}
    },
    "Env": [
      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin",
      "GOSU_VERSION=1.17",
      "LANG=en_US.utf8",
      "PG_MAJOR=16",
      "PG_VERSION=16.9-1.pgdg110+1",
      "PGDATA=/var/lib/postgresql/data",
      "DOCKER_CMAKE_BUILD_TYPE=Release",
      "CGAL_GIT_BRANCH=main",
      "CGAL_GIT_HASH=e7205b985d8c44834822172051a038e62d489b1d",
      "SFCGAL_GIT_HASH=fbe878cac797d3096afec7d954ba8fff9b06ce0a",
      "PROJ_GIT_HASH=6a3e673d19e13d4d4b857600039fbfd18938b2dd",
      "GEOS_GIT_HASH=93472ce0f6a02dd5dfcbf8e41eca4e75e714209f",
      "GDAL_GIT_HASH=9a018c33e3d86626fc994cf5f8dab935ba0aad0c",
      "POSTGIS_GIT_HASH=f4bd2e175f23d28607431e12b21f5964ad738a26"
    ],
    "Entrypoint": [
      "docker-entrypoint.sh"
    ],
    "Cmd": [
      "postgres"
    ],
    "Volumes": {
      "/var/lib/postgresql/data": {}
    },
    "StopSignal": "SIGINT"
  },
  "created": "2025-12-22T06:09:23.486797486Z",
  "history": [
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "# debian.sh --arch 'amd64' out/ 'bullseye' '@1753056000'",
      "comment": "debuerreotype 0.15"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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": "2025-06-06T18:27:47Z",
      "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": "2025-06-06T18:27:47Z",
      "created_by": "ENV GOSU_VERSION=1.17",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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 '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /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": "2025-06-06T18:27:47Z",
      "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' >> /etc/locale.gen; \tlocale-gen; \tlocale -a | grep 'en_US.utf8' # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "ENV LANG=en_US.utf8",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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": "2025-06-06T18:27:47Z",
      "created_by": "RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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\" > /usr/local/share/keyrings/postgres.gpg.asc; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "ENV PG_MAJOR=16",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "ENV PG_VERSION=16.9-1.pgdg110+1",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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/ bullseye-pgdg main $PG_MAJOR\"; \tcase \"$dpkgArch\" in \t\tamd64 | arm64 | ppc64el) \t\t\techo \"deb $aptRepo\" > /etc/apt/sources.list.d/pgdg.list; \t\t\tapt-get update; \t\t\t;; \t\t*) \t\t\techo \"deb-src $aptRepo\" > /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 ./\" > /etc/apt/sources.list.d/temp.list; \t\t\t_update_repo() { \t\t\t\tdpkg-scanpackages . > 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 > /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\" &> /dev/null || rm -vf \"$pyc\"; done' -- '{}' +; \t\tpostgres --version # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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": "2025-06-06T18:27:47Z",
      "created_by": "RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "ENV PGDATA=/var/lib/postgresql/data",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 1777 \"$PGDATA\" # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "VOLUME [/var/lib/postgresql/data]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "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": "2025-06-06T18:27:47Z",
      "created_by": "ENTRYPOINT [\"docker-entrypoint.sh\"]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "STOPSIGNAL SIGINT",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "EXPOSE map[5432/tcp:{}]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-06-06T18:27:47Z",
      "created_by": "CMD [\"postgres\"]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T05:37:07.189627107Z",
      "created_by": "ARG DOCKER_CMAKE_BUILD_TYPE=Release",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T05:37:07.189627107Z",
      "created_by": "ENV DOCKER_CMAKE_BUILD_TYPE=Release",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T05:37:07.189627107Z",
      "created_by": "RUN |1 DOCKER_CMAKE_BUILD_TYPE=Release /bin/sh -c set -ex     && apt-get update     && apt-get install -y --no-install-recommends       curl       libboost-atomic1.74.0       libboost-chrono1.74.0       libboost-date-time1.74.0       libboost-filesystem1.74.0       libboost-program-options1.74.0       libboost-serialization1.74.0       libboost-system1.74.0       libboost-test1.74.0       libboost-thread1.74.0       libboost-timer1.74.0       libcurl3-gnutls       libexpat1       libgmp10       libgmpxx4ldbl       libjson-c5       libmpfr6       libpcre3       libprotobuf-c1       libtiff5       libxml2       sqlite3       libblosc1       libcfitsio9       libfreexl1       libfyba0       libhdf5-103-1       libkmlbase1       libkmldom1       libkmlengine1       libopenjp2-7       libqhull-r8.0     && apt-get clean     && rm -rf /var/lib/apt/lists/* # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:06:39.110933738Z",
      "created_by": "COPY /_pgis*.* / # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "COPY /usr/local /usr/local # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ARG CGAL_GIT_BRANCH=main",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ENV CGAL_GIT_BRANCH=main",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ENV CGAL_GIT_HASH=e7205b985d8c44834822172051a038e62d489b1d",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ENV SFCGAL_GIT_HASH=fbe878cac797d3096afec7d954ba8fff9b06ce0a",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ENV PROJ_GIT_HASH=6a3e673d19e13d4d4b857600039fbfd18938b2dd",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ENV GEOS_GIT_HASH=93472ce0f6a02dd5dfcbf8e41eca4e75e714209f",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.260400105Z",
      "created_by": "ENV GDAL_GIT_HASH=9a018c33e3d86626fc994cf5f8dab935ba0aad0c",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:06:39.504948006Z",
      "created_by": "RUN |2 DOCKER_CMAKE_BUILD_TYPE=Release CGAL_GIT_BRANCH=main /bin/sh -c set -ex     && ldconfig     && cs2cs     && ldd $(which gdalinfo)     && gdalinfo --version     && gdal-config --formats     && geos-config --version     && ogr2ogr --version     && proj     && sfcgal-config --version         && ogr2ogr --formats | grep -q \"PostgreSQL/PostGIS\" && exit 0             || echo \"ogr2ogr missing PostgreSQL driver\" && exit 1 # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:06:39.504948006Z",
      "created_by": "ENV POSTGIS_GIT_HASH=f4bd2e175f23d28607431e12b21f5964ad738a26",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2025-12-22T06:09:23.144005009Z",
      "created_by": "RUN |2 DOCKER_CMAKE_BUILD_TYPE=Release CGAL_GIT_BRANCH=main /bin/sh -c set -ex     && apt-get update     && apt-get install -y --no-install-recommends       autoconf       automake       autotools-dev       bison       build-essential       ca-certificates       cmake       docbook-xml       docbook5-xml       g++       git       libboost-all-dev       libcunit1-dev       libcurl4-gnutls-dev       libgmp-dev       libjson-c-dev       libmpfr-dev       libpcre3-dev       libprotobuf-c-dev       libsqlite3-dev       libtiff-dev       libtool       libxml2-dev       libxml2-utils       make       pkg-config       postgresql-server-dev-$PG_MAJOR       protobuf-c-compiler       xsltproc     && cd     && cd /usr/src/     && git clone https://github.com/postgis/postgis.git     && cd postgis     && git checkout ${POSTGIS_GIT_HASH}     && git log -1 > /_pgis_last_commit.txt     && ./autogen.sh     && ./configure         --enable-lto     && make -j$(nproc)     && make install     && projsync --system-directory --file ch_swisstopo_CHENyx06_ETRS     && projsync --system-directory --file us_noaa_eshpgn     && projsync --system-directory --file us_noaa_prvi     && projsync --system-directory --file us_noaa_wmhpgn     && mkdir /tempdb     && chown -R postgres:postgres /tempdb     && su postgres -c 'pg_ctl -D /tempdb init'     && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o '-F' start '     && ldconfig     && cd regress     && make -j$(nproc) check RUNTESTFLAGS=\"--extension --verbose\" PGUSER=postgres         && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS postgis;\"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS postgis_raster;\"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS postgis_sfcgal;\"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS fuzzystrmatch; --needed for postgis_tiger_geocoder \"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS address_standardizer;\"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS address_standardizer_data_us;\"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;\"'     && su postgres -c 'psql    -c \"CREATE EXTENSION IF NOT EXISTS postgis_topology;\"'     && su postgres -c 'psql -t -c \"SELECT version();\"' >> /_pgis_full_version.txt     && su postgres -c 'psql -t -c \"SELECT PostGIS_Full_Version();\"' >> /_pgis_full_version.txt     && su postgres -c 'psql -t -c \"\\dx\"' >> /_pgis_full_version.txt         && su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop'     && rm -rf /tempdb     && rm -rf /tmp/logfile     && rm -rf /tmp/pgis_reg     && cd /     && rm -rf /usr/src/postgis     && apt-get purge -y --autoremove       autoconf       automake       autotools-dev       bison       build-essential       cmake       docbook-xml       docbook5-xml       g++       git       libboost-all-dev       libcurl4-gnutls-dev       libgmp-dev       libjson-c-dev       libmpfr-dev       libpcre3-dev       libprotobuf-c-dev       libsqlite3-dev       libtiff-dev       libtool       libxml2-dev       libxml2-utils       make       pkg-config       postgresql-server-dev-$PG_MAJOR       protobuf-c-compiler       xsltproc     && apt-get clean     && rm -rf /var/lib/apt/lists/* # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:09:23.270958788Z",
      "created_by": "RUN |2 DOCKER_CMAKE_BUILD_TYPE=Release CGAL_GIT_BRANCH=main /bin/sh -c mkdir -p /docker-entrypoint-initdb.d # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:09:23.28160749Z",
      "created_by": "COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:09:23.292924333Z",
      "created_by": "COPY ./update-postgis.sh /usr/local/bin # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2025-12-22T06:09:23.486797486Z",
      "created_by": "RUN |2 DOCKER_CMAKE_BUILD_TYPE=Release CGAL_GIT_BRANCH=main /bin/sh -c set -ex     && ldconfig     && cs2cs     && ldd $(which gdalinfo)     && gdalinfo --version     && gdal-config --formats     && geos-config --version     && ogr2ogr --version     && proj     && sfcgal-config --version         && dpkg-query -W -f='${Status}' ca-certificates 2>/dev/null | grep -c \"ok installed\"         && find /_pgis_*_last_commit.txt -type f -print -exec cat {} \\;      && cat _pgis_full_version.txt # buildkit",
      "comment": "buildkit.dockerfile.v0"
    }
  ],
  "os": "linux",
  "rootfs": {
    "type": "layers",
    "diff_ids": [
      "sha256:a07f4ed3adbe9f3131e7531782871ac8e2bd4abf9faf2292dbbf24e2e5746314",
      "sha256:80c4a4e2178ecfda94adedd73c52802fa7b9a8693a952dd8221e4a62b470c675",
      "sha256:9c840251eafa9912f544cee0f50fbe1547a0f4afdfd258675f2e508c4056706c",
      "sha256:5b2511d32b0220817a732485d57e99070a0adbd49d1709e7204ce0315ed648a5",
      "sha256:78caf43bf762ba55f4a5f0d8f24d6dddb7604b9a819c6a79861f4b6e69d8e13a",
      "sha256:cbb2c49bf4a560cbdc55847f05eb33bb8d7e73737060a9639119ab233d4c60b3",
      "sha256:c7ab83c7e985cc5559452976fef973ab72db286c662ae7053b32f22436fdc150",
      "sha256:7dd8b3275aaf913b603932a7ff57929fab7bc60751416b6ca821c1d288ec6aa3",
      "sha256:02672ff91dca5610cdaf862ba6b4e7b2cf165abc5b416ad19bdaaa3e433a3f7b",
      "sha256:947805e6b6e883bfbdb6168d7b6100a0e198c25c72e5932f710ce95938471a11",
      "sha256:5b2d95831d02cee0282b222cc886605b895682d56fe94178c16ccf10f81f2c1e",
      "sha256:abdb75bca2b094cb542b8c375efe2ab5d3a37f4a9c116665bb34f2c769105294",
      "sha256:2319d5f3b2103f4deb9aa306fb53d87127eb6288252bd0cc4957295ee3450c37",
      "sha256:05e63c62006798612aa7d85df205bc68fddc1dc2c1bc54efd613d8f14872f623",
      "sha256:90485d9a5fd7cfb2e9e04850118217affff01cc6870bdc988d8339e2c6a74625",
      "sha256:97e51d7c07cac5acee7116336e4a5045df2d612735499dee1d2fa8e5eccf5f8c",
      "sha256:c5a251a51db07f7a29d0a32809261a39435da641410036f0197b3220f8f66bf5",
      "sha256:1741dbc20512b51d2de1b5df47cbce1aac69ac21d308aac2f105aa226460e268",
      "sha256:04f1c16f3b9de889bb75998fe26693a1a14664a928c229850b5614bf8ea2a272",
      "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
      "sha256:4ad65648751d9528d10fdc35427197311fb8968421870c360bd3215f91728d74",
      "sha256:674f6c2000db03bbdf58c64dd92bbca96d3f026d163d4775c0918386d0647f23",
      "sha256:8fc028dcb8a44db44ce1cf17379085edbc6b7df9bc27291027c4af41d89bede8"
    ]
  }
}

Images, referring to this json: