sha256:59d1bb104084c5a3870675aee83211b8e4246499b5979c470fbac85fc3da7fb4
OS/ARCH
Compressed size
35.81 MB
Last pushed
over 1 year by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:8c3d5a5c56abaaae7abf82cf38241e9b7c8f004a26ccda6ba2257441f3bda2f7
1
RUN /bin/sh -c set -x && groupadd -r spiped && useradd -r -g spiped spiped # buildkit
1.11 KB
2
RUN /bin/sh -c export DEBIAN_FRONTEND="noninteractive" && set -x && apt-get update && apt-get install -y libssl3 --no-install-recommends && rm -rf /var/lib/apt/lists/* # buildkit
2.4 MB
3
ENV SPIPED_VERSION=1.6.3 SPIPED_DOWNLOAD_SHA256=70c53070dbbb10d1442754aeafb01b08ec829203d41023647dbf1a1435ee4a65
0 B
4
RUN /bin/sh -c export DEBIAN_FRONTEND="noninteractive" && set -x && buildDeps='libssl-dev libc-dev gcc make curl ca-certificates' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && curl -fsSL "https://www.tarsnap.com/spiped/spiped-$SPIPED_VERSION.tgz" -o spiped.tar.gz && echo "$SPIPED_DOWNLOAD_SHA256 *spiped.tar.gz" |sha256sum -c - && mkdir -p /usr/local/src/spiped && tar xzf "spiped.tar.gz" -C /usr/local/src/spiped --strip-components=1 && rm "spiped.tar.gz" && CC=gcc make -C /usr/local/src/spiped && make -C /usr/local/src/spiped install && rm -rf /usr/local/src/spiped && apt-get purge -y --auto-remove $buildDeps # buildkit
5.96 MB
5
VOLUME [/spiped]
0 B
6
WORKDIR /spiped
96 B
7
COPY *.sh /usr/local/bin/ # buildkit
337 B
8
ENTRYPOINT ["docker-entrypoint.sh"]
0 B
9
CMD ["spiped"]
0 B