{"architecture":"amd64","config":{"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","TZ=Etc/UTC","LANG=en_US.UTF-8","DEBIAN_FRONTEND=noninteractive","DEB_BUILD_DEPS= curl unzip","DEB_PACKAGES= locales tzdata gunicorn python3-dateutil python3-gevent python3-greenlet python3-pip python3-tz python3-unicodecsv python3-yaml libsqlite3-mod-spatialite python3-dask python3-elasticsearch python3-fiona python3-gdal python3-netcdf4 python3-pandas python3-psycopg2 python3-pymongo python3-pyproj python3-rasterio python3-scipy python3-shapely python3-tinydb python3-xarray python3-zarr python3-mapscript python3-pytest python3-pyld"],"Entrypoint":["/entrypoint.sh"],"WorkingDir":"/pygeoapi","Labels":{"maintainer":"Just van den Broecke \u003cjustb4@gmail.com\u003e","org.opencontainers.image.created":"2023-08-18T20:54:27.557Z","org.opencontainers.image.description":"pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.","org.opencontainers.image.licenses":"MIT","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.revision":"cba55630c0eb411a4c9c9a8754272f18b4cc9d26","org.opencontainers.image.source":"https://github.com/geopython/pygeoapi","org.opencontainers.image.title":"pygeoapi","org.opencontainers.image.url":"https://github.com/geopython/pygeoapi","org.opencontainers.image.version":"latest"},"OnBuild":null},"created":"2023-08-18T20:56:18.171133626Z","history":[{"created":"2023-08-04T04:52:57.879530693Z","created_by":"/bin/sh -c #(nop) ARG RELEASE","empty_layer":true},{"created":"2023-08-04T04:52:57.953208852Z","created_by":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","empty_layer":true},{"created":"2023-08-04T04:52:58.00964157Z","created_by":"/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu","empty_layer":true},{"created":"2023-08-04T04:52:58.065341147Z","created_by":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04","empty_layer":true},{"created":"2023-08-04T04:52:59.752480671Z","created_by":"/bin/sh -c #(nop) ADD file:bb1fa1d9d012ae826908afdce8c9fa2feebf221b2ab032e1535255905144411a in / "},{"created":"2023-08-04T04:53:00.244301537Z","created_by":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2023-08-16T14:41:53.974030493Z","created_by":"LABEL maintainer=Just van den Broecke \u003cjustb4@gmail.com\u003e","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-16T14:41:53.974030493Z","created_by":"ARG TZ=Etc/UTC","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-16T14:41:53.974030493Z","created_by":"ARG LANG=en_US.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-16T14:41:53.974030493Z","created_by":"ARG ADD_DEB_PACKAGES= libsqlite3-mod-spatialite python3-dask python3-elasticsearch python3-fiona python3-gdal python3-netcdf4 python3-pandas python3-psycopg2 python3-pymongo python3-pyproj python3-rasterio python3-scipy python3-shapely python3-tinydb python3-xarray python3-zarr python3-mapscript python3-pytest python3-pyld","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-16T14:41:53.974030493Z","created_by":"ENV TZ=Etc/UTC LANG=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive DEB_BUILD_DEPS= curl unzip DEB_PACKAGES= locales tzdata gunicorn python3-dateutil python3-gevent python3-greenlet python3-pip python3-tz python3-unicodecsv python3-yaml libsqlite3-mod-spatialite python3-dask python3-elasticsearch python3-fiona python3-gdal python3-netcdf4 python3-pandas python3-psycopg2 python3-pymongo python3-pyproj python3-rasterio python3-scipy python3-shapely python3-tinydb python3-xarray python3-zarr python3-mapscript python3-pytest python3-pyld","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-16T14:41:53.974030493Z","created_by":"WORKDIR /pygeoapi","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-18T20:54:37.992137969Z","created_by":"ADD . /pygeoapi # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-18T20:56:18.171133626Z","created_by":"RUN |3 TZ=Etc/UTC LANG=en_US.UTF-8 ADD_DEB_PACKAGES= libsqlite3-mod-spatialite python3-dask python3-elasticsearch python3-fiona python3-gdal python3-netcdf4 python3-pandas python3-psycopg2 python3-pymongo python3-pyproj python3-rasterio python3-scipy python3-shapely python3-tinydb python3-xarray python3-zarr python3-mapscript python3-pytest python3-pyld /bin/sh -c apt-get update -y \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get --no-install-recommends install -y ${DEB_PACKAGES} ${DEB_BUILD_DEPS} \u0026\u0026 localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \u0026\u0026 echo \"For ${TZ} date=$(date)\" \u0026\u0026 echo \"Locale=$(locale)\" \u0026\u0026 mkdir /schemas.opengis.net \u0026\u0026 curl -O http://schemas.opengis.net/SCHEMAS_OPENGIS_NET.zip \u0026\u0026 unzip ./SCHEMAS_OPENGIS_NET.zip \"ogcapi/*\" -d /schemas.opengis.net \u0026\u0026 rm -f ./SCHEMAS_OPENGIS_NET.zip \u0026\u0026 pip3 install -r requirements-docker.txt \u0026\u0026 pip3 install -e . \u0026\u0026 cp /pygeoapi/docker/default.config.yml /pygeoapi/local.config.yml \u0026\u0026 cp /pygeoapi/docker/entrypoint.sh /entrypoint.sh \u0026\u0026 apt-get remove --purge -y gcc ${DEB_BUILD_DEPS} \u0026\u0026 apt-get clean \u0026\u0026 apt autoremove -y \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-18T20:56:18.171133626Z","created_by":"ENTRYPOINT [\"/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:bce45ce613d34bff6a3404a4c2d56a5f72640f804c3d0bd67e2cf0bf97cb950c","sha256:f01a3f75c8256a21c3e7613aaf051edcf2063df36216d967718c404da6e627fa","sha256:1fdd3acb93639cc93c584d515bc71c898b47bf95ae3d741becf7133d2d531665","sha256:251cb9eeab03ec17a0c1d4ffe3dd37d1bccd2dbcddd0a5d99168d0fd745a5682"]}}