Sign inSign up
spiped logo

spiped:1.6.3

Multi-platform
Also known as:
1
1.6
latest
Security
Index digest

sha256:59d1bb104084c5a3870675aee83211b8e4246499b5979c470fbac85fc3da7fb4

OS/ARCH

Compressed size

35.81 MB

Last pushed

over 1 year by doijanky

Type

Image

Vulnerabilities

5
50
44
43
4

Manifest digest

sha256:8c3d5a5c56abaaae7abf82cf38241e9b7c8f004a26ccda6ba2257441f3bda2f7

Layers (10)

debian:ddd2ec6d70d1dfc646883c5a0fd18b9982cb3947e21acf2af1dd42dbbf091f2d
2
31
31
36
4
spiped:1.6.3
3
25
16
14
0

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