Sign inSign up

pelias/interpolation:master-2026-06-23-17d64804aea6871f50840c5df5dd9d746f0ffdca

Multi-platform
Index digest

sha256:19e00d56c7b032311f76a33a6d76700f71c717f773996d79db0c2094ba3da05f

OS/ARCH

Compressed size

1.01 GB

Last pushed

3 months by peliasimagebuilder

Type

Image

Manifest digest

sha256:59164fbed8e034b14f40370c1c2599cbcc29b8223c682a81ff567d7ab113afe7

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 28.35 MB
6CMD ["/bin/bash"]0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8ADD packages.sh . # buildkit291 B
9RUN /bin/sh -c bash packages.sh66.68 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 -p127 B
16VOLUME [/data]0 B
17RUN /bin/sh -c git config165 B
18RUN /bin/sh -c git config185 B
19ENV NODE_VERSION=20.19.40 B
20RUN /bin/sh -c git clone46.22 MB
21ENV NODE_PATH=/usr/local/lib/node_modules:0 B
22RUN /bin/sh -c npm i11.7 MB
23ENV PELIAS_CONFIG=/code/pelias.json0 B
24RUN /bin/sh -c echo '{}'143 B
25RUN /bin/sh -c useradd -ms3.47 KB
26RUN /bin/sh -c chown pelias:pelias181 B
27COPY /usr/share/libpostal /usr/share/libpostal # buildkit785.71 MB
28COPY /libpostal / # buildkit4.84 MB
29ENV LD_LIBRARY_PATH=/usr/local/lib:0 B
30RUN /bin/sh -c echo '12136 B
31RUN /bin/sh -c apt-get update64.68 MB
32ENV WORKDIR=/code/pelias/interpolation0 B
33WORKDIR /code/pelias/interpolation156 B
34RUN /bin/sh -c chown -R156 B
35USER pelias0 B
36COPY --chown=pelias /code/pelias/interpolation/node_modules node_modules/ #25.57 MB
37COPY --chown=pelias . /code/pelias/interpolation #902.5 KB
38RUN /bin/sh -c node test/test_libpostal.js32 B
39RUN /bin/sh -c npm test1.02 KB
40ENV BUILDDIR=/data/interpolation0 B
41ENV OSMPATH=/data/openstreetmap0 B
42ENV POLYLINEPATH=/data/polylines0 B
43ENV OAPATH=/data/openaddresses0 B
44ENV TIGERPATH=/data/tiger0 B
45ENV WORKINGDIR=/data0 B
46CMD ["./interpolate" "server" "/data/interpolation/address.db" "/data/interpolation/street.db"]0 B

Command

 ARG RELEASE