2020-04-28 05:20:39 UTC
12.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PBURLhttps://github.com/PrivateBin/PrivateBin/
RELEASE1.3.4
S6RELEASEv1.22.1.0
S6URLhttps://github.com/just-containers/s6-overlay/releases/download/
S6_READ_ONLY_ROOT1
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 20.82% (2.68 MB)
[#001] sha256:fe062bb93b6284e9cfa62b37e7c756a754bbd01ec623ce32b4e945789871fc75 - 79.14% (10.2 MB)
[#002] sha256:6bc2618099a672f0918736ba512a17f9872630d7a060da00d4263b9b92917742 - 0.03% (4.46 KB)
/bin/sh -c #(nop) ADD file:b91adb67b670d3a6ff9463e48b7def903ed516be66fc4282d22c53e41512be49 in /
2020-04-24 01:05:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-04-28 05:20:23 UTC/bin/sh -c #(nop) MAINTAINER PrivateBin <support@privatebin.org>
2020-04-28 05:20:23 UTC/bin/sh -c #(nop) ENV RELEASE=1.3.4
2020-04-28 05:20:24 UTC/bin/sh -c #(nop) ENV PBURL=https://github.com/PrivateBin/PrivateBin/
2020-04-28 05:20:24 UTC/bin/sh -c #(nop) ENV S6RELEASE=v1.22.1.0
2020-04-28 05:20:24 UTC/bin/sh -c #(nop) ENV S6URL=https://github.com/just-containers/s6-overlay/releases/download/
2020-04-28 05:20:25 UTC/bin/sh -c #(nop) ENV S6_READ_ONLY_ROOT=1
2020-04-28 05:20:37 UTC/bin/sh -c apk add --no-cache gnupg nginx php7-fpm php7-json php7-gd php7-opcache php7-pdo_mysql php7-pdo_pgsql tzdata && apk upgrade --no-cache && 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 && adduser nobody www-data && chown -R nobody.www-data /etc/services.d /etc/s6 /run /srv/* /var/lib/nginx /var/www && rm -rf "${GNUPGHOME}" /tmp/* && apk del gnupg
2020-04-28 05:20:37 UTC/bin/sh -c #(nop) COPY dir:eb9a056eea20128ec7abab20889af5aa21f0d2e14aabe862446d026455a58caa in /etc/
2020-04-28 05:20:38 UTC/bin/sh -c #(nop) WORKDIR /var/www
2020-04-28 05:20:38 UTC/bin/sh -c #(nop) USER nobody:www-data
2020-04-28 05:20:38 UTC/bin/sh -c #(nop) VOLUME [/run /srv/data /tmp /var/lib/nginx/tmp]
2020-04-28 05:20:39 UTC/bin/sh -c #(nop) EXPOSE 8080
2020-04-28 05:20:39 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.