Tag
openstreetmap-tile-server:v1.7.4
Created
2021-10-02 00:11:20 UTC
Architecture
linux / amd64
Content Digest
Pull Command
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • TZ=UTC
  • AUTOVACUUM=on
  • UPDATES=disabled
Layers
  • 001 sha256:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 27.2 MB
  • 002 sha256:a7b3a577a7b675f4954a76c5bc03dbc95512dccdcfbeb705cbe74337fb4e6229 187 Bytes
  • 003 sha256:5581a908c8fb62d44cd27b7b9259a38208e3f987ef75b09a60916077a4e10777 185 MB
  • 004 sha256:63634efb56ebdc6def59ae810d9d704eaf4b6cd1f8c548b59f6b77369b5a12fc 517 MB
  • 005 sha256:409b1c0c703e22c7c6417f3ba0d40cb4707994236b7b7be5cfad0d05b8324eaa 1.13 MB
  • 006 sha256:6c6d2246a0e6b02ecf984588cdbaa7e577f776ff725e959cd2384119211b9e35 13.2 MB
  • 007 sha256:e43a58edd0a446d3ff8ae0365a8f4fe17dd7f92aa6f61f72d249d482d030e644 4.39 KB
  • 008 sha256:60cafe79d34a6289b106506e81cebddcd20e44ce4d6e0bb3eba2a0551a205b68 18.2 MB
  • 009 sha256:5de0ae09f2eb0b8e000ce677638da6e30ad14eb224cbcbc54f6178ece2b44a0f 17.5 MB
  • 010 sha256:4ca89aa0785b0653aba733ae5f12e670d9049f1a98f9f3f052cf2c3022087396 11.8 MB
  • 011 sha256:892f6a3b3f9f214aabfaf9b38eb107658cb3ce7421c186f66584ba18d2f47069 385 Bytes
  • 012 sha256:90093f4b782069f9a92f7f8f808c2870e6c35ac489cd1dcb9cae77b101ad4dba 566 Bytes
  • 013 sha256:b320ed68b46f1171bb7190235ee10134df05d356bcf2a69aeb8c0e5b5b316fe2 481 Bytes
  • 014 sha256:43fd479f152d6a9d89181f35587d783ccb712f546ec99e6a713f57a2de869f4d 882 Bytes
  • 015 sha256:0babcab60d6563c38d9d86895087609cc712def5a4dad118a89d69cfa9c0f9bd 210 Bytes
  • 016 sha256:0314131a0dfcc3492f0f607a03461939e8fcb452d497b1aadb1136bec0266f2e 601 Bytes
  • 017 sha256:7e61d5de58ab49cf142611c49d51db134defe5d7f65bfd44081a0b1764d9d44f 4.45 MB
  • 018 sha256:246d160fe778a4f06804771dd4d96820cef058cf90653f08d62153b91e4e875c 2.82 KB
  • 019 sha256:70cd8d326e9d4e39a434cf93f9df03d3007079cf2429ed24bd93c30a9bcbacc9 3.4 KB
  • 020 sha256:f76fca3402e5b19b955ee341d91167fa06149eccf8adfb7fd7762045e33731b4 6.84 KB
  • 021 sha256:c612843c82349a7d0a199086545e90d6395dfdd76885d690c460681ccbc5f2d2 1.83 KB
History
[2021-10-01 02:23:40 UTC] /bin/sh -c #(nop) ADD file:8d2f4a45a58b3f5426c89e2ef57164824fbf0e4d17b8a90fffa0d5ff3b4e5114 in / [2021-10-01 02:23:40 UTC] /bin/sh -c #(nop) CMD ["bash"] [2021-10-02 00:00:56 UTC] /bin/sh -c #(nop) ENV TZ=UTC [2021-10-02 00:00:56 UTC] /bin/sh -c #(nop) ENV AUTOVACUUM=on [2021-10-02 00:00:56 UTC] /bin/sh -c #(nop) ENV UPDATES=disabled [2021-10-02 00:00:57 UTC] /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone [2021-10-02 00:02:00 UTC] /bin/sh -c apt-get update && apt-get install -y wget gnupg2 lsb-core apt-transport-https ca-certificates curl && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && echo "deb [ trusted=yes ] https://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list && wget --quiet -O - https://deb.nodesource.com/setup_14.x | bash - && apt-get update && apt-get install -y nodejs [2021-10-02 00:04:25 UTC] /bin/sh -c apt-get install -y --no-install-recommends apache2 apache2-dev autoconf build-essential bzip2 cmake cron fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted gcc gdal-bin git-core libagg-dev libboost-filesystem-dev libboost-system-dev libbz2-dev libcairo-dev libcairomm-1.0-dev libexpat1-dev libfreetype6-dev libgdal-dev libgeos++-dev libgeos-dev libicu-dev liblua5.3-dev libmapnik-dev libpq-dev libproj-dev libprotobuf-c-dev libtiff5-dev libtool libxml2-dev lua5.3 make mapnik-utils osmium-tool osmosis postgis postgresql-12 postgresql-contrib-12 postgresql-server-dev-12 protobuf-c-compiler python-is-python3 python3-mapnik python3-lxml python3-psycopg2 python3-shapely python3-pip sudo tar ttf-unifont unzip wget zlib1g-dev && apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/ [2021-10-02 00:04:31 UTC] /bin/sh -c pip3 install requests && pip3 install pyyaml [2021-10-02 00:06:47 UTC] /bin/sh -c wget https://download.osgeo.org/postgis/source/postgis-3.1.1.tar.gz -O postgis.tar.gz && mkdir -p postgis_src && tar -xvzf postgis.tar.gz --strip 1 -C postgis_src && rm postgis.tar.gz && cd postgis_src && ./configure && make -j $(nproc) && make -j $(nproc) install && cd .. && rm -rf postgis_src [2021-10-02 00:06:49 UTC] /bin/sh -c adduser --disabled-password --gecos "" renderer [2021-10-02 00:09:29 UTC] /bin/sh -c mkdir -p /home/renderer/src && cd /home/renderer/src && git clone -b master https://github.com/openstreetmap/osm2pgsql.git --depth 1 && cd /home/renderer/src/osm2pgsql && rm -rf .git && mkdir build && cd build && cmake .. && make -j $(nproc) && make -j $(nproc) install && mkdir /nodes && chown renderer:renderer /nodes && rm -rf /home/renderer/src/osm2pgsql [2021-10-02 00:10:51 UTC] /bin/sh -c mkdir -p /home/renderer/src && cd /home/renderer/src && git clone -b switch2osm https://github.com/SomeoneElseOSM/mod_tile.git --depth 1 && cd mod_tile && rm -rf .git && ./autogen.sh && ./configure && make -j $(nproc) && make -j $(nproc) install && make -j $(nproc) install-mod_tile && ldconfig && cd .. [2021-10-02 00:11:13 UTC] /bin/sh -c mkdir -p /home/renderer/src && cd /home/renderer/src && git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 && cd openstreetmap-carto && rm -rf .git && sed -ie 's#https:\/\/naciscdn.org\/naturalearth\/110m\/cultural\/ne_110m_admin_0_boundary_lines_land.zip#https:\/\/naturalearth.s3.amazonaws.com\/110m_cultural\/ne_110m_admin_0_boundary_lines_land.zip#g' external-data.yml && npm install -g [email protected] && carto project.mml > mapnik.xml [2021-10-02 00:11:14 UTC] /bin/sh -c sed -i 's/renderaccount/renderer/g' /usr/local/etc/renderd.conf && sed -i 's/\/truetype//g' /usr/local/etc/renderd.conf && sed -i 's/hot/tile/g' /usr/local/etc/renderd.conf [2021-10-02 00:11:15 UTC] /bin/sh -c mkdir /var/lib/mod_tile && chown renderer /var/lib/mod_tile && mkdir /var/run/renderd && chown renderer /var/run/renderd && echo "LoadModule tile_module /usr/lib/apache2/modules/mod_tile.so" >> /etc/apache2/conf-available/mod_tile.conf && echo "LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so" >> /etc/apache2/conf-available/mod_headers.conf && a2enconf mod_tile && a2enconf mod_headers [2021-10-02 00:11:15 UTC] /bin/sh -c #(nop) COPY file:d520807d373e74c7d8457a189087c65ecf6f5abacc06a9a304c74d6516a19055 in /etc/apache2/sites-available/000-default.conf [2021-10-02 00:11:15 UTC] /bin/sh -c #(nop) COPY file:b3f7da818e4808e1f4f2c9dc116c2eb0b20f2f1df035a3800f7752130cc88d76 in /var/www/html/index.html [2021-10-02 00:11:16 UTC] /bin/sh -c ln -sf /dev/stdout /var/log/apache2/access.log && ln -sf /dev/stderr /var/log/apache2/error.log [2021-10-02 00:11:16 UTC] /bin/sh -c #(nop) COPY file:a691c556ca5bfd35e1bf723c411121e7358bef4bfcc750d9494183819352802a in /etc/postgresql/12/main/ [2021-10-02 00:11:18 UTC] /bin/sh -c chown -R postgres:postgres /var/lib/postgresql && chown postgres:postgres /etc/postgresql/12/main/postgresql.custom.conf.tmpl && echo "host all all 0.0.0.0/0 md5" >> /etc/postgresql/12/main/pg_hba.conf && echo "host all all ::/0 md5" >> /etc/postgresql/12/main/pg_hba.conf [2021-10-02 00:11:18 UTC] /bin/sh -c #(nop) COPY file:822cfe75bcac68283c493362904dc1b8ca67681794d523f2202911eb45283eee in /usr/bin/ [2021-10-02 00:11:19 UTC] /bin/sh -c chmod +x /usr/bin/openstreetmap-tiles-update-expire && mkdir /var/log/tiles && chmod a+rw /var/log/tiles && ln -s /home/renderer/src/mod_tile/osmosis-db_replag /usr/bin/osmosis-db_replag && echo "* * * * * renderer openstreetmap-tiles-update-expire\n" >> /etc/crontab [2021-10-02 00:11:20 UTC] /bin/sh -c mkdir -p /home/renderer/src && cd /home/renderer/src && git clone https://github.com/zverik/regional && cd regional && git checkout 889d630a1e1a1bacabdd1dad6e17b49e7d58cd4b && rm -rf .git && chmod u+x /home/renderer/src/regional/trim_osc.py [2021-10-02 00:11:20 UTC] /bin/sh -c #(nop) COPY file:20b8268aabd90865dd64828f43217eb8797beb6d190703b32390f4213681975e in / [2021-10-02 00:11:20 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/run.sh"] [2021-10-02 00:11:20 UTC] /bin/sh -c #(nop) CMD [] [2021-10-02 00:11:20 UTC] /bin/sh -c #(nop) EXPOSE 5432 80