sha256:b8e3cc3e00e490ff7e8f9513ae8cd19558ceac7b2b26782a60312a76a509f9de
OS/ARCH
Compressed size
208.49 MB
Last pushed
about 1 month by peliasimagebuilder
Type
Image
Manifest digest
sha256:9da4cbdafc323691a00e041b773590b12185583355ed886565e39e90bb3180b6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.54 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7ENV NODE_PATH=0 B8ADD packages.sh . # buildkit343 B9RUN /bin/sh -c bash packages.sh67.86 MB10RUN /bin/sh -c locale-gen 'en_US.UTF-8'846.29 KB11ENV LANG=en_US.UTF-80 B12ENV LANGUAGE=en_US:en0 B13ENV LC_ALL=en_US.UTF-80 B15RUN /bin/sh -c mkdir -p128 B16VOLUME [/data]0 B17RUN /bin/sh -c git config167 B18RUN /bin/sh -c git config184 B19ENV NODE_VERSION=22.23.10 B20RUN /bin/sh -c git clone47.83 MB21ENV NODE_PATH=/usr/local/lib/node_modules:0 B22ENV PELIAS_CONFIG=/code/pelias.json0 B23RUN /bin/sh -c echo '{}'143 B24RUN /bin/sh -c useradd -ms3.47 KB25RUN /bin/sh -c chown pelias:pelias181 B26ENV WORKDIR=/code/pelias/polylines0 B27WORKDIR /code/pelias/polylines153 B28COPY /go/bin/pbf /bin/ # buildkit6.3 MB29COPY ./package.json /code/pelias/polylines # buildkit777 B30RUN /bin/sh -c npm install58.09 MB31ADD . /code/pelias/polylines # buildkit27.8 KB32RUN /bin/sh -c npm test9.48 KB33USER pelias0 B34ADD docker_extract.sh /code/pelias/polylines/docker_extract.sh # buildkit32 BCommand
ARG RELEASE