sha256:d8d31c71e13516e5f664abc49079e96f56007d03068e1be3cd59be9c54ba4d2f
OS/ARCH
linux/amd64
Compressed size
168.74 MB
Last pushed
23 days by peliasimagebuilder
Type
Image
Manifest digest
sha256:d8d31c71e13516e5f664abc49079e96f56007d03068e1be3cd59be9c54ba4d2f
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/whosonfirst0 B27WORKDIR /code/pelias/whosonfirst154 B28COPY ./package.json /code/pelias/whosonfirst # buildkit803 B29RUN /bin/sh -c npm install23.32 MB30ADD . /code/pelias/whosonfirst # buildkit33.25 KB31RUN /bin/sh -c npm test9.46 KB32USER pelias0 BCommand
ARG RELEASE