2019-10-26 16:10:21 UTC
23.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RELEASE1.2.1
[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 11.51% (2.66 MB)
[#001] sha256:e16d81089cd4d7a85af311fb056804df02ae7b2f2aaed7ebeb8463d4cbb995ea - 88.47% (20.4 MB)
[#002] sha256:69fb18f14f9e7025c03a6495312d07f8690e5800eb07abc3902e2772f07715d7 - 0.02% (4.41 KB)
/bin/sh -c #(nop) ADD file:fe1f09249227e2da2089afb4d07e16cbf832eeb804120074acd2b8192876cd28 in /
2019-10-21 17:21:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-26 16:09:57 UTC/bin/sh -c #(nop) MAINTAINER PrivateBin <support@privatebin.org>
2019-10-26 16:09:58 UTC/bin/sh -c #(nop) ENV RELEASE=1.2.1
2019-10-26 16:10:19 UTC/bin/sh -c apk add --no-cache supervisor nginx php7-fpm php7-json php7-gd php7-opcache php7-pdo_mysql php7-pdo_pgsql && rm -f /etc/nginx.conf && rm -f /etc/nginx/conf.d/default.conf && rm -rf /etc/nginx/sites-* && rm -rf /var/log/nginx && rm /var/lib/nginx/logs && mkdir -p /var/lib/nginx/logs && ln -s /dev/stderr /var/lib/nginx/logs/error.log && mkdir -p /etc/nginx/server.d/ && mkdir -p /etc/nginx/location.d/ && apk add --no-cache gnupg curl && export GNUPGHOME="$(mktemp -d)" && gpg2 --list-public-keys || /bin/true && curl -s https://privatebin.info/key/release.asc | gpg2 --import - && rm -rf /var/www/* && cd /tmp && curl -Ls https://github.com/PrivateBin/PrivateBin/releases/download/${RELEASE}/PrivateBin-${RELEASE}.tar.gz.asc > PrivateBin-${RELEASE}.tar.gz.asc && curl -Ls https://github.com/PrivateBin/PrivateBin/archive/${RELEASE}.tar.gz > PrivateBin-${RELEASE}.tar.gz && gpg2 --verify PrivateBin-${RELEASE}.tar.gz.asc && cd /var/www && tar -xzf /tmp/PrivateBin-${RELEASE}.tar.gz --strip 1 && rm *.md cfg/conf.sample.php && mv cfg /srv && mv lib /srv && mv tpl /srv && mv vendor /srv && mkdir -p /srv/data && sed -i "s#define('PATH', '');#define('PATH', '/srv/');#" index.php && chown -R nobody.www-data /var/www /srv/* && rm -rf "${GNUPGHOME}" /tmp/* && apk del --no-cache gnupg curl
2019-10-26 16:10:20 UTC/bin/sh -c #(nop) WORKDIR /var/www
2019-10-26 16:10:20 UTC/bin/sh -c #(nop) ADD dir:446c0ac6643d257b8787222361c9632bbf56de715b455aa1e286f51488f5ece3 in /etc/
2019-10-26 16:10:21 UTC/bin/sh -c #(nop) VOLUME [/srv/data /tmp /var/tmp /run /var/log]
2019-10-26 16:10:21 UTC/bin/sh -c #(nop) EXPOSE 80
2019-10-26 16:10:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]
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.