Namespace
privatebin
Image / Tag
nginx-fpm-alpine:1.3.0
Content Digest
sha256:bdc93ce9520d295aed64cef36b1f3ceffa4963612fd658528d3e446148a9f493
Details
Created

2019-07-09 17:18:22 UTC

Size

23.1 MB

Content Digest
Environment
PATH

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

RELEASE

1.3


Layers

[#000] sha256:921b31ab772b38172fd9f942a40fae6db24decbd6706f67836260d47a72baab5 - 11.51% (2.66 MB)

[#001] sha256:3a5eb8ad55c3365101598fcb9cdae7fd34e92ca64c1c6fc49dcb1f718ad9b1d4 - 88.47% (20.4 MB)

[#002] sha256:cad8b34b70e219528d48bbda54a1370533a17be15fc4f845f3ebe3a2370154f1 - 0.02% (4.42 KB)


History
2019-06-19 21:19:43 UTC

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

2019-06-19 21:19:43 UTC

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

2019-06-24 19:24:50 UTC

/bin/sh -c #(nop) MAINTAINER PrivateBin <support@privatebin.org>

2019-07-09 17:17:59 UTC

/bin/sh -c #(nop) ENV RELEASE=1.3

2019-07-09 17:18:20 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-07-09 17:18:20 UTC

/bin/sh -c #(nop) WORKDIR /var/www

2019-07-09 17:18:21 UTC

/bin/sh -c #(nop) ADD dir:446c0ac6643d257b8787222361c9632bbf56de715b455aa1e286f51488f5ece3 in /etc/

2019-07-09 17:18:21 UTC

/bin/sh -c #(nop) VOLUME [/srv/data /tmp /var/tmp /run /var/log]

2019-07-09 17:18:22 UTC

/bin/sh -c #(nop) EXPOSE 80

2019-07-09 17:18:22 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]

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