Sign inSign up

pelias/parser:v4.1.0

Multi-platform
Index digest

sha256:68c5b67ce5ebea89b7d7a7ac8669abfbc1df0ccf7f0acadca50298901e779f9d

OS/ARCH

Compressed size

150.34 MB

Last pushed

12 months by peliasimagebuilder

Type

Image

Manifest digest

sha256:37b8a4b80effb92bcaeb2c738f1a5a1935562f6c930fff2cb3e8a015bd992c2d

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 26.09 MB
6CMD ["/bin/bash"]0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8ADD packages.sh . # buildkit262 B
9RUN /bin/sh -c bash packages.sh29.01 MB
10RUN /bin/sh -c locale-gen 'en_US.UTF-8'845.46 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 config182 B
19ENV NODE_VERSION=20.19.40 B
20RUN /bin/sh -c git clone46.16 MB
21ENV NODE_PATH=/usr/local/lib/node_modules:0 B
22RUN /bin/sh -c npm i11.76 MB
23ENV PELIAS_CONFIG=/code/pelias.json0 B
24RUN /bin/sh -c echo '{}'143 B
25RUN /bin/sh -c useradd -ms4.23 KB
26RUN /bin/sh -c chown pelias:pelias180 B
27ENV WORKDIR=/code/pelias/parser0 B
28WORKDIR /code/pelias/parser148 B
29COPY ./package.json /code/pelias/parser # buildkit762 B
30RUN /bin/sh -c npm install30.69 MB
31ADD . /code/pelias/parser # buildkit5.79 MB
32USER pelias0 B
33CMD ["node" "./server/http.js"]0 B

Command

 ARG RELEASE