2020-01-11 11:10:28 UTC
13.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PBURLhttps://github.com/PrivateBin/PrivateBin/
RELEASE1.3.2
S6RELEASEv1.22.1.0
S6URLhttps://github.com/just-containers/s6-overlay/releases/download/
S6_READ_ONLY_ROOT1
[#000] sha256:e6b0cf9c0882fb079c9d35361d12ff4691f916b6d825061247d1bd0b26d7cf3f - 20.11% (2.67 MB)
[#001] sha256:7a26419b83f0d9896ba60412ca150f4718fc34c87037a9be5ee3fc0252863a4f - 79.85% (10.6 MB)
[#002] sha256:1ca21c49ac5f84bb9c45867dc508063928c01b6695f9da268c660b0871a30fb8 - 0.03% (4.45 KB)
/bin/sh -c #(nop) ADD file:36fdc8cb08228a87093fb227736f4ce1d4d6c15366326dea541fbbd863976ee5 in /
2019-12-24 19:20:12 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-11 11:01:58 UTC/bin/sh -c #(nop) MAINTAINER PrivateBin <support@privatebin.org>
2020-01-11 11:10:09 UTC/bin/sh -c #(nop) ENV RELEASE=1.3.2
2020-01-11 11:10:09 UTC/bin/sh -c #(nop) ENV PBURL=https://github.com/PrivateBin/PrivateBin/
2020-01-11 11:10:09 UTC/bin/sh -c #(nop) ENV S6RELEASE=v1.22.1.0
2020-01-11 11:10:10 UTC/bin/sh -c #(nop) ENV S6URL=https://github.com/just-containers/s6-overlay/releases/download/
2020-01-11 11:10:10 UTC/bin/sh -c #(nop) ENV S6_READ_ONLY_ROOT=1
2020-01-11 11:10:25 UTC/bin/sh -c apk add --no-cache gnupg libcap nginx php7-fpm php7-json php7-gd php7-opcache php7-pdo_mysql php7-pdo_pgsql tzdata && rm -f /etc/nginx.conf /etc/nginx/conf.d/default.conf /etc/php7/php-fpm.d/www.conf && rm -rf /etc/nginx/sites-* && ln -s /dev/stderr /var/log/nginx/error.log && export GNUPGHOME="$(mktemp -d)" && gpg2 --list-public-keys || /bin/true && wget -qO - https://privatebin.info/key/release.asc | gpg2 --import - && rm -rf /var/www/* && cd /tmp && wget -qO ${RELEASE}.tar.gz.asc ${PBURL}releases/download/${RELEASE}/PrivateBin-${RELEASE}.tar.gz.asc && wget -q ${PBURL}archive/${RELEASE}.tar.gz && gpg2 --verify ${RELEASE}.tar.gz.asc && cd /var/www && tar -xzf /tmp/${RELEASE}.tar.gz --strip 1 && rm *.md cfg/conf.sample.php && mv cfg lib tpl vendor /srv && mkdir -p /srv/data && sed -i "s#define('PATH', '');#define('PATH', '/srv/');#" index.php && wget -qO - https://keybase.io/justcontainers/key.asc | gpg2 --import - && cd /tmp && S6ARCH=$(uname -m) && case ${S6ARCH} in x86_64) S6ARCH=amd64;; armv7l) S6ARCH=armhf;; esac && wget -q ${S6URL}${S6RELEASE}/s6-overlay-${S6ARCH}.tar.gz.sig && wget -q ${S6URL}${S6RELEASE}/s6-overlay-${S6ARCH}.tar.gz && gpg2 --verify s6-overlay-${S6ARCH}.tar.gz.sig && tar -xzf s6-overlay-${S6ARCH}.tar.gz -C / && mkdir -p /etc/services.d/nginx/supervise /etc/services.d/php-fpm7/supervise && mkfifo /etc/services.d/nginx/supervise/control /etc/services.d/php-fpm7/supervise/control /etc/s6/services/s6-fdholderd/supervise/control && setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx && chown -R nobody.www-data /etc/services.d /etc/s6 /run /srv/* /var/lib/nginx /var/www && rm -rf "${GNUPGHOME}" /tmp/* && apk del gnupg libcap
2020-01-11 11:10:26 UTC/bin/sh -c #(nop) COPY dir:cedbaeb8b0313c022a674b6f4b7692672ad6936413c78e733dd9a299b406096d in /etc/
2020-01-11 11:10:26 UTC/bin/sh -c #(nop) WORKDIR /var/www
2020-01-11 11:10:27 UTC/bin/sh -c #(nop) USER nobody:www-data
2020-01-11 11:10:27 UTC/bin/sh -c #(nop) VOLUME [/run /srv/data /tmp /var/lib/nginx/tmp]
2020-01-11 11:10:27 UTC/bin/sh -c #(nop) EXPOSE 80 8080
2020-01-11 11:10:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
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.