sha256:7f595270a45e6626633f71b020ff2dcf407c4985dcb922ce234d02f83f9c6957
OS/ARCH
Compressed size
210.17 MB
Last pushed
about 1 month by peliasimagebuilder
Type
Image
Manifest digest
sha256:30131d32847b62ceb416c948d75d4da29983e0dd687b7faf06af7512ae5b4cc5
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7ENV NODE_PATH=0 B8ADD packages.sh . # buildkit343 B9RUN /bin/sh -c bash packages.sh68.47 MB10RUN /bin/sh -c locale-gen 'en_US.UTF-8'846.3 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 config166 B18RUN /bin/sh -c git config183 B19ENV NODE_VERSION=22.23.10 B20RUN /bin/sh -c git clone47.72 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.48 KB25RUN /bin/sh -c chown pelias:pelias181 B26ENV WORKDIR=/code/pelias/polylines0 B27WORKDIR /code/pelias/polylines153 B28COPY /go/bin/pbf /bin/ # buildkit6.63 MB29COPY ./package.json /code/pelias/polylines # buildkit779 B30RUN /bin/sh -c npm install58.12 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