Namespace
privatebin
Image / Tag
nginx-fpm-alpine:1.3.2
Content Digest
sha256:d818edfb57055a0e0e32f37a60ec73fcdf02e01fb329de7acd783357cacd10d4
Details
Created

2020-01-18 05:45:01 UTC

Size

13.3 MB

Content Digest
Environment
PATH

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

PBURL

https://github.com/PrivateBin/PrivateBin/

RELEASE

1.3.2

S6RELEASE

v1.22.1.0

S6URL

https://github.com/just-containers/s6-overlay/releases/download/

S6_READ_ONLY_ROOT

1


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 20.12% (2.67 MB)

[#001] sha256:3ce9a8a5b159c9c971485f56f147eb6533201d2e7e3ece797e655b95a0496195 - 79.85% (10.6 MB)

[#002] sha256:08fb7c25e377f1b7c7c441c32b85377316adc60302711f4dc4b8052ff4a95c7e - 0.03% (4.45 KB)


History
2020-01-18 01:19:37 UTC

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

2020-01-18 01:19:37 UTC

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

2020-01-18 05:44:42 UTC

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

2020-01-18 05:44:42 UTC

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

2020-01-18 05:44:42 UTC

/bin/sh -c #(nop) ENV PBURL=https://github.com/PrivateBin/PrivateBin/

2020-01-18 05:44:43 UTC

/bin/sh -c #(nop) ENV S6RELEASE=v1.22.1.0

2020-01-18 05:44:43 UTC

/bin/sh -c #(nop) ENV S6URL=https://github.com/just-containers/s6-overlay/releases/download/

2020-01-18 05:44:43 UTC

/bin/sh -c #(nop) ENV S6_READ_ONLY_ROOT=1

2020-01-18 05:44:59 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 && 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 libcap

2020-01-18 05:44:59 UTC

/bin/sh -c #(nop) COPY dir:cedbaeb8b0313c022a674b6f4b7692672ad6936413c78e733dd9a299b406096d in /etc/

2020-01-18 05:45:00 UTC

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

2020-01-18 05:45:00 UTC

/bin/sh -c #(nop) USER nobody:www-data

2020-01-18 05:45:01 UTC

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

2020-01-18 05:45:01 UTC

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

2020-01-18 05:45:01 UTC

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

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