Sign inSign up

pelias/csv-importer:master-2026-08-18-b341ee23b89896f6fa69f3dc9b2a6cdecfa060ae

Multi-platform
Index digest

sha256:805e7be534fb73373ed1698bfd77ab989ad4b6198e64f14486fae5ce5f72c0d6

OS/ARCH

Compressed size

202.48 MB

Last pushed

30 days by peliasimagebuilder

Type

Image

Manifest digest

sha256:e633eede0ba383f0ad77db0a556d1a1add8f978c2d3a47980c39a72fcc3aa79e

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
26ENV WORKDIR=/code/pelias/csv-importer0 B
27WORKDIR /code/pelias/csv-importer155 B
28COPY ./package.json /code/pelias/csv-importer # buildkit854 B
29RUN /bin/sh -c npm install58.4 MB
30ADD . /code/pelias/csv-importer # buildkit18.69 KB
31USER pelias0 B
32RUN /bin/sh -c npm test819 B

Command

 ARG RELEASE