sha256:f2d5214bad552f367d0cc35eb46800f99a256308ad4eea999ea64a1a233c6b66
OS/ARCH
Compressed size
207.48 MB
Last pushed
3 months by peliasimagebuilder
Type
Image
Manifest digest
sha256:a99f77fd29a26b5c07f9699c3a1ddf97442ca7ed33b35194287481f6a00690a7
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 B26RUN /bin/sh -c mkdir -p125 B27ENV WORKDIR=/code/pelias/geonames0 B28WORKDIR /code/pelias/geonames148 B29COPY ./bin/updateMetadata.js /code/pelias/geonames/bin/updateMetadata.js # buildkit268 B30COPY ./lib/tasks/meta.js ./lib/tasks/metafiles.json /code/pelias/geonames/lib/tasks/ #1.29 KB31COPY ./package.json /code/pelias/geonames # buildkit939 B32RUN /bin/sh -c npm install63.28 MB33ADD . /code/pelias/geonames # buildkit134.26 KB34RUN /bin/sh -c npm test8.58 KB35USER pelias0 BCommand
ARG RELEASE