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

31.36 MB

Last pushed

over 1 year by doijanky

Type

Image

Vulnerabilities

5
50
43
43
5

Manifest digest

sha256:a755dcb5f931bba25c672d646a011c861c1d366eae7d3a6a57cbc7cdd6f656b3

Layers (10)

debian:ebb7153ceae650c9ed627b3facee5371c2409c7daf6b20e421a6f24ddb6480fa
2
31
30
36
5
spiped:1.6.3
3
25
15
16
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 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.15 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