Sign inSign up
spiped logo

spiped:1.6.0

Multi-platform
Security
Manifest digest

sha256:cc8da136759228e75310a512931bd72e3856a9ae5a00684b18ab28906be8f828

OS/ARCH

Compressed size

34.57 MB

Last pushed

over 6 years by doijanky

Type

Image

Vulnerabilities

No Vulnerabilities Found

Manifest digest

sha256:cc8da136759228e75310a512931bd72e3856a9ae5a00684b18ab28906be8f828

Layers (13)

debian:10-slim
0
0
0
0
0
spiped:1.6.0
0
0
0
0
0

2

/bin/sh -c groupadd -r spiped && useradd -r -g spiped spiped

1.74 KB


3

/bin/sh -c DEBIAN_FRONTEND="noninteractive" && set -x && apt-get update && apt-get install -y libssl1.1 --no-install-recommends && rm -rf /var/lib/apt/lists/*

2.13 MB


4

ENV SPIPED_VERSION=1.6.0

0 B


5

ENV SPIPED_DOWNLOAD_URL=https://www.tarsnap.com/spiped/spiped-1.6.0.tgz

0 B


6

ENV SPIPED_DOWNLOAD_SHA256=e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4

0 B


7

/bin/sh -c 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 "$SPIPED_DOWNLOAD_URL" -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" && 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

7.03 MB


8

VOLUME [/spiped]

0 B


9

WORKDIR /spiped

95 B


10

COPY multi:5bc169de21988025d207318e8462faac29a47f22ea391b38427ea86b5aba8f5a in /usr/local/bin/

342 B


11

ENTRYPOINT ["docker-entrypoint.sh"]

0 B


12

CMD ["spiped"]

0 B