sha256:edcb25e910238f36d5a33f0a644286d61b382a36c9dd76c90da59505fb8d942a
OS/ARCH
Compressed size
151.48 MB
Last pushed
4 months by peliasimagebuilder
Type
Image
Manifest digest
sha256:e17120e66ba90fb13bea6a1f820e5127eaa8ec17bdb40682f816a61268c66b82
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 / 28.35 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8ENV NODE_PATH=0 B9ADD packages.sh . # buildkit343 B10RUN /bin/sh -c bash packages.sh66.21 MB11RUN /bin/sh -c locale-gen 'en_US.UTF-8'846.29 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 config166 B19RUN /bin/sh -c git config183 B20ENV NODE_VERSION=20.19.40 B21RUN /bin/sh -c git clone38.93 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.47 KB26RUN /bin/sh -c chown pelias:pelias180 B27ENV WORKDIR=/code/pelias/fuzzy-tester0 B28WORKDIR /code/pelias/fuzzy-tester158 B29COPY ./package.json /code/pelias/fuzzy-tester # buildkit820 B30RUN /bin/sh -c npm install17.1 MB31ADD . /code/pelias/fuzzy-tester # buildkit61.95 KB32RUN /bin/sh -c npm test536 B33USER pelias0 B34ENTRYPOINT ["./bin/fuzzy-tester"]0 BCommand
ARG RELEASE