2019-12-21 15:42:48 UTC
13.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PBURLhttps://github.com/PrivateBin/PrivateBin/
RELEASE1.3.1
S6RELEASEv1.22.1.0
S6URLhttps://github.com/just-containers/s6-overlay/releases/download/
S6_READ_ONLY_ROOT1
[#000] sha256:63bc94deeb2884fd684a72d356164664538ee55cd82a9e65afe300a432092744 - 20.12% (2.67 MB)
[#001] sha256:0aaad18fbf5c692018791f14df57a7ed000bf95ae71e79475b6eac0e7f4bd7ed - 79.85% (10.6 MB)
[#002] sha256:9cdc4a944634e0e11430e521a9190b8320b8762e05939f5f0b09cfcb7e4e3089 - 0.03% (4.45 KB)
/bin/sh -c #(nop) ADD file:c7d28fcb71c026d7956b381180e4792c8219b04904e726a9266322ef5b256df8 in /
2019-12-19 23:21:54 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-12-21 14:15:43 UTC/bin/sh -c #(nop) MAINTAINER PrivateBin <support@privatebin.org>
2019-12-21 15:27:10 UTC/bin/sh -c #(nop) ENV RELEASE=1.3.1
2019-12-21 15:27:11 UTC/bin/sh -c #(nop) ENV PBURL=https://github.com/PrivateBin/PrivateBin/
2019-12-21 15:27:11 UTC/bin/sh -c #(nop) ENV S6RELEASE=v1.22.1.0
2019-12-21 15:27:11 UTC/bin/sh -c #(nop) ENV S6URL=https://github.com/just-containers/s6-overlay/releases/download/
2019-12-21 15:27:12 UTC/bin/sh -c #(nop) ENV S6_READ_ONLY_ROOT=1
2019-12-21 15:27:26 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
2019-12-21 15:42:47 UTC/bin/sh -c #(nop) COPY dir:cedbaeb8b0313c022a674b6f4b7692672ad6936413c78e733dd9a299b406096d in /etc/
2019-12-21 15:42:47 UTC/bin/sh -c #(nop) WORKDIR /var/www
2019-12-21 15:42:47 UTC/bin/sh -c #(nop) USER nobody:www-data
2019-12-21 15:42:48 UTC/bin/sh -c #(nop) VOLUME [/run /srv/data /tmp /var/lib/nginx/tmp]
2019-12-21 15:42:48 UTC/bin/sh -c #(nop) EXPOSE 80 8080
2019-12-21 15:42:48 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.