Sign inSign up

pelias/pip-service:master-2026-03-25-5201147acc0ad924157bce76b3a5a8118c2020e7

Multi-platform
Index digest

sha256:f90055953c0498a3c001e5b1e236070b1a0e30020ceedf1dbc946dbcad23b81d

OS/ARCH

Compressed size

189.45 MB

Last pushed

6 months by peliasimagebuilder

Type

Image

Manifest digest

sha256:e4c6d7f8199ecfb29852ffcf176ea8f180ed76fc1af90054e867dac0c3242fcc

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 / 27.52 MB
6CMD ["/bin/bash"]0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8ENV NODE_PATH=0 B
9ADD packages.sh . # buildkit343 B
10RUN /bin/sh -c bash packages.sh65.77 MB
11RUN /bin/sh -c locale-gen 'en_US.UTF-8'846.31 KB
12ENV LANG=en_US.UTF-80 B
13ENV LANGUAGE=en_US:en0 B
14ENV LC_ALL=en_US.UTF-80 B
16RUN /bin/sh -c mkdir -p127 B
17VOLUME [/data]0 B
18RUN /bin/sh -c git config165 B
19RUN /bin/sh -c git config184 B
20ENV NODE_VERSION=20.19.40 B
21RUN /bin/sh -c git clone38.87 MB
22ENV NODE_PATH=/usr/local/lib/node_modules:0 B
23ENV PELIAS_CONFIG=/code/pelias.json0 B
24RUN /bin/sh -c echo '{}'141 B
25RUN /bin/sh -c useradd -ms3.48 KB
26RUN /bin/sh -c chown pelias:pelias180 B
27ENV WORKDIR=/code/pelias/pip-service0 B
28WORKDIR /code/pelias/pip-service154 B
29COPY ./package.json /code/pelias/pip-service # buildkit698 B
30RUN /bin/sh -c npm install56.44 MB
31ADD . /code/pelias/pip-service # buildkit6.81 KB
32RUN /bin/sh -c npm test564 B
33USER pelias0 B
34CMD ["./bin/start"]0 B

Command

 ARG RELEASE