Namespace
stilliard
Image / Tag
pure-ftpd:jessie-latest
Content Digest
sha256:92f9b6c2e7c452d98d7d72ae8d8d025de19e5ad7c874669a17c27e97d345532d
Details
Created

2018-02-09 14:33:07 UTC

Size

183 MB

Content Digest
Environment
DEBIAN_FRONTEND

noninteractive

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PUBLICHOST

localhost


Layers

[#000] sha256:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 27.48% (50.2 MB)

[#001] sha256:df211a4e2e222d532198142f1a8fbe39f4ac6252cb55c9853cd3acc8ade86c2d - 0.0% (231 Bytes)

[#002] sha256:56eacb747fc4f927234402fe352b14a5299ba350b7df2c4c3e653c2d49a31b84 - 10.05% (18.3 MB)

[#003] sha256:dcd6340d4924897acf931bd6b3bda9900ec49a97f2f536688fb9993a1e33113d - 52.39% (95.6 MB)

[#004] sha256:6385c85eff90a136f1ecff33f9a51e009be1bc5a4c0c430cd67cdd449c97ec93 - 3.47% (6.34 MB)

[#005] sha256:302562e993740445c3c7a5ce62b44538147e39910d83f283ae82d5d13db67f5a - 2.6% (4.75 MB)

[#006] sha256:61ff6e2238c4d6f24f362b1d818921d64c8fcfee5192ddedbf5b23e8d8285f10 - 0.5% (941 KB)

[#007] sha256:d277e5308147df19f7b3a80603931d71c6de65e5fadf4e7cb6e716c43d576482 - 0.56% (1.03 MB)

[#008] sha256:ec1eaab52af7a9293e050be885dfdd64fac78a84a193a02a215ee3ecf08eb0da - 0.26% (481 KB)

[#009] sha256:7c1b0362972c71bebb619a983a63f4aa64c6d2649ad123903bb2aed3bc2b516f - 0.07% (123 KB)

[#010] sha256:7031bb3f96ae7046a4e711665be194dc816f2bcbddc204bbb6bfa9bf9997e683 - 0.0% (731 Bytes)

[#011] sha256:81ff1deab72d55c453e96d698f0cee1996bcb680f8ca21fff9504ada822af885 - 0.0% (1.44 KB)

[#012] sha256:145bcf4e05a04038f1dc1bc0edc1476416c7cbaec972c69233364d4e284c6bd9 - 2.62% (4.77 MB)

[#013] sha256:be873acfb45204e170f8c1f1273eec3b7a60d57cc9e2fcc63b042f46602043a1 - 0.0% (573 Bytes)

[#014] sha256:f3d4d93cdfc79c1eccfc7c7a6228a3bb93c76a165e59486bdb8cb3d676ea79be - 0.0% (571 Bytes)


History
2017-12-12 01:41:12 UTC

/bin/sh -c #(nop) ADD file:1dd78a123212328bdc72ef7888024ea27fe141a72e24e0ea7c3c92b63b73d8d1 in /

2017-12-12 01:41:12 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-02-09 14:16:58 UTC

/bin/sh -c #(nop) MAINTAINER Andrew Stilliard <andrew.stilliard@gmail.com>

2018-02-09 14:16:58 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2018-02-09 14:16:59 UTC

/bin/sh -c echo "deb http://http.debian.net/debian jessie main\ndeb-src http://http.debian.net/debian jessie main\ndeb http://http.debian.net/debian jessie-updates main\ndeb-src http://http.debian.net/debian jessie-updates main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main\n" > /etc/apt/sources.list

2018-02-09 14:17:41 UTC

/bin/sh -c apt-get -y update

2018-02-09 14:20:43 UTC

/bin/sh -c apt-get -y --force-yes --fix-missing install dpkg-dev debhelper

2018-02-09 14:21:32 UTC

/bin/sh -c apt-get -y build-dep pure-ftpd

2018-02-09 14:32:12 UTC

/bin/sh -c mkdir /tmp/pure-ftpd/ && cd /tmp/pure-ftpd/ && apt-get source pure-ftpd && cd pure-ftpd-* && ./configure --with-tls && sed -i '/^optflags=/ s/$/ --without-capabilities/g' ./debian/rules && dpkg-buildpackage -b -uc

2018-02-09 14:32:13 UTC

/bin/sh -c dpkg -i /tmp/pure-ftpd/pure-ftpd-common*.deb

2018-02-09 14:32:32 UTC

/bin/sh -c apt-get -y install openbsd-inetd

2018-02-09 14:32:34 UTC

/bin/sh -c dpkg -i /tmp/pure-ftpd/pure-ftpd_*.deb

2018-02-09 14:32:42 UTC

/bin/sh -c apt-mark hold pure-ftpd pure-ftpd-common

2018-02-09 14:32:42 UTC

/bin/sh -c groupadd ftpgroup

2018-02-09 14:32:43 UTC

/bin/sh -c useradd -g ftpgroup -d /home/ftpusers -s /dev/null ftpuser

2018-02-09 14:33:05 UTC

/bin/sh -c apt-get install -y rsyslog && echo "" >> /etc/rsyslog.conf && echo "#PureFTP Custom Logging" >> /etc/rsyslog.conf && echo "ftp.* /var/log/pure-ftpd/pureftpd.log" >> /etc/rsyslog.conf && echo "Updated /etc/rsyslog.conf with /var/log/pure-ftpd/pureftpd.log"

2018-02-09 14:33:06 UTC

/bin/sh -c #(nop) COPY file:a96f51b84a526c3eb70c7172b9afad31a10fac9167d4bdf413405e34069e93a3 in /run.sh

2018-02-09 14:33:06 UTC

/bin/sh -c chmod u+x /run.sh

2018-02-09 14:33:06 UTC

/bin/sh -c #(nop) ENV PUBLICHOST=localhost

2018-02-09 14:33:06 UTC

/bin/sh -c #(nop) VOLUME [/home/ftpusers /etc/pure-ftpd/passwd]

2018-02-09 14:33:06 UTC

/bin/sh -c #(nop) CMD ["/bin/sh" "-c" "/run.sh -c 5 -C 5 -l puredb:/etc/pure-ftpd/pureftpd.pdb -E -j -R -P $PUBLICHOST -p 30000:30009"]

2018-02-09 14:33:07 UTC

/bin/sh -c #(nop) EXPOSE 21/tcp 30000/tcp 30001/tcp 30002/tcp 30003/tcp 30004/tcp 30005/tcp 30006/tcp 30007/tcp 30008/tcp 30009/tcp

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete