Sign inSign up

pelias/interpolation:master-2026-08-04-8bfa6aaa06f03f02ef4a7b4e2c1f87bfa431c863

Multi-platform
Index digest

sha256:693e15a76961f62627f4a14846776dfa17a8b6a5a7d8db2321262ed66d3ab453

OS/ARCH

Compressed size

1016.5 MB

Last pushed

about 1 month by peliasimagebuilder

Type

Image

Manifest digest

sha256:2dd09ab5d1f0d8b8e82b8a0adb269c7ef4e3ef2e277fabed9b138609ef281dd1

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 27.54 MB
5CMD ["/bin/bash"]0 B
6ENV DEBIAN_FRONTEND=noninteractive0 B
7ENV NODE_PATH=0 B
8ADD packages.sh . # buildkit343 B
9RUN /bin/sh -c bash packages.sh67.86 MB
10RUN /bin/sh -c locale-gen 'en_US.UTF-8'846.29 KB
11ENV LANG=en_US.UTF-80 B
12ENV LANGUAGE=en_US:en0 B
13ENV LC_ALL=en_US.UTF-80 B
15RUN /bin/sh -c mkdir -p128 B
16VOLUME [/data]0 B
17RUN /bin/sh -c git config167 B
18RUN /bin/sh -c git config184 B
19ENV NODE_VERSION=22.23.10 B
20RUN /bin/sh -c git clone47.83 MB
21ENV NODE_PATH=/usr/local/lib/node_modules:0 B
22ENV PELIAS_CONFIG=/code/pelias.json0 B
23RUN /bin/sh -c echo '{}'143 B
24RUN /bin/sh -c useradd -ms3.47 KB
25RUN /bin/sh -c chown pelias:pelias181 B
26COPY /usr/share/libpostal /usr/share/libpostal # buildkit785.71 MB
27COPY /libpostal / # buildkit4.8 MB
28ENV LD_LIBRARY_PATH=/usr/local/lib:0 B
29RUN /bin/sh -c echo '12136 B
30RUN /bin/sh -c apt-get update60.22 MB
31ENV WORKDIR=/code/pelias/interpolation0 B
32WORKDIR /code/pelias/interpolation155 B
33RUN /bin/sh -c chown -R155 B
34USER pelias0 B
35COPY --chown=pelias /code/pelias/interpolation/node_modules node_modules/ #20.81 MB
36COPY --chown=pelias . /code/pelias/interpolation #902.47 KB
37RUN /bin/sh -c node test/test_libpostal.js32 B
38RUN /bin/sh -c npm test1.03 KB
39ENV BUILDDIR=/data/interpolation0 B
40ENV OSMPATH=/data/openstreetmap0 B
41ENV POLYLINEPATH=/data/polylines0 B
42ENV OAPATH=/data/openaddresses0 B
43ENV TIGERPATH=/data/tiger0 B
44ENV WORKINGDIR=/data0 B
45CMD ["./interpolate" "server" "/data/interpolation/address.db" "/data/interpolation/street.db"]0 B

Command

 ARG RELEASE