sha256:0071c75e8a175ebfc6e61165fdad9bb23eb009ec6bf4cb9c8e379eb16c71fc45
OS/ARCH
Compressed size
196.66 MB
Last pushed
6 months by peliasimagebuilder
Type
Image
Manifest digest
sha256:4fe17beba8a2a1c785991b83f07c76e4e6a0dbab80d5def7a7142a3f9a23f6cf
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 27.52 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8ENV NODE_PATH=0 B9ADD packages.sh . # buildkit343 B10RUN /bin/sh -c bash packages.sh65.77 MB11RUN /bin/sh -c locale-gen 'en_US.UTF-8'846.31 KB12ENV LANG=en_US.UTF-80 B13ENV LANGUAGE=en_US:en0 B14ENV LC_ALL=en_US.UTF-80 B16RUN /bin/sh -c mkdir -p127 B17VOLUME [/data]0 B18RUN /bin/sh -c git config165 B19RUN /bin/sh -c git config184 B20ENV NODE_VERSION=20.19.40 B21RUN /bin/sh -c git clone38.87 MB22ENV NODE_PATH=/usr/local/lib/node_modules:0 B23ENV PELIAS_CONFIG=/code/pelias.json0 B24RUN /bin/sh -c echo '{}'141 B25RUN /bin/sh -c useradd -ms3.48 KB26RUN /bin/sh -c chown pelias:pelias180 B27ENV WORKDIR=/code/pelias/polylines0 B28WORKDIR /code/pelias/polylines152 B29COPY /go/bin/pbf /bin/ # buildkit6.3 MB30COPY ./package.json /code/pelias/polylines # buildkit778 B31RUN /bin/sh -c npm install57.34 MB32ADD . /code/pelias/polylines # buildkit27.79 KB33RUN /bin/sh -c npm test563 B34USER pelias0 B35ADD docker_extract.sh /code/pelias/polylines/docker_extract.sh # buildkit32 BCommand
ARG RELEASE