Sign inSign up

missinglink/spatial:latest

Multi-platform
Index digest

sha256:b094402362bb4194f750069972be5b426da5ab00ccd068954e51293b4bc44e14

OS/ARCH

Compressed size

168.71 MB

Last pushed

over 1 year by missinglink

Type

Image

Manifest digest

sha256:c9be6e8ca5abf399c840f3576d909dfd028c29b52eed49cc25974be641889d75

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 . # buildkit250 B
9RUN /bin/sh -c bash packages.sh28.79 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 -p128 B
16VOLUME [/data]0 B
17RUN /bin/sh -c git config167 B
18RUN /bin/sh -c git config186 B
19ENV NODE_VERSION=18.20.50 B
20RUN /bin/sh -c git clone43.65 MB
21ENV NODE_PATH=/usr/local/lib/node_modules:0 B
22RUN /bin/sh -c npm i10.91 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
27COPY /opt/spatial /opt/spatial # buildkit18.72 MB
28COPY /code/node_modules/better-sqlite3 /code/node_modules/better-sqlite3 # buildkit4.92 MB
29WORKDIR /code32 B
30COPY package.json /code/ # buildkit876 B
31RUN /bin/sh -c npm i34.62 MB
32COPY . /code # buildkit176.34 KB
33ENTRYPOINT ["node" "bin/spatial.js"]0 B

Command

 ARG RELEASE