Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:4.0.34-centos
Content Digest
sha256:afc41c9db54bb70aa3f3211beaf92d06407947eb87696d97f733f6b1d15cbf22
Details
Created

2021-09-27 11:55:57 UTC

Size

163 MB

Content Digest
Labels
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2020-11-13 00:00:00+00:00
  • org.opencontainers.image.description
    Zabbix web-interface based on Nginx web server with MySQL database support
  • org.opencontainers.image.documentation
    https://www.zabbix.com/documentation/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.source
    https://git.zabbix.com/scm/zbx/zabbix.git
  • org.opencontainers.image.title
    Zabbix web-interface (Nginx, MySQL)
  • org.opencontainers.image.url
    https://zabbix.com/
  • org.opencontainers.image.vendor
    Zabbix LLC
  • org.opencontainers.image.version
    4.0.34

Environment
PATH

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

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

4.0.34


Layers

[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 44.61% (72.6 MB)

[#001] sha256:d30ef6f0c8cc2aaff8f1099ec46964a68abfb11e9b31d053d0f0f5cc7d53415e - 44.69% (72.7 MB)

[#002] sha256:13bfda17511735a4ded0e28eb377e6fa3fac000b6b6bf5cf99af5aab45fec3e2 - 0.0% (4.3 KB)

[#003] sha256:061e51ca703b489dff4f0bfb3e9c95159cae55da3387c2e5616c0fe89a755afe - 10.7% (17.4 MB)

[#004] sha256:c6803bb63cb69c4e2a75bfbb5a84d61727133599ea986f696b35b0517530d399 - 0.0% (2.52 KB)


History
2021-09-15 18:20:23 UTC

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

2021-09-15 18:20:23 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:20:23 UTC

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

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && yum --quiet makecache && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.34

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:54:19 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-09-27 11:55:57 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && chown --quiet -R zabbix:root /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2021-09-27 11:55:57 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{} 8443/tcp:{}]

2021-09-27 11:55:57 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-09-27 11:55:57 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2021-09-27 11:55:57 UTC (buildkit.dockerfile.v0)

USER 1997

2021-09-27 11:55:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-09-27 12:00:56 UTC

Size

174 MB

Content Digest
Labels
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2020-11-13 00:00:00+00:00
  • org.opencontainers.image.description
    Zabbix web-interface based on Nginx web server with MySQL database support
  • org.opencontainers.image.documentation
    https://www.zabbix.com/documentation/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.source
    https://git.zabbix.com/scm/zbx/zabbix.git
  • org.opencontainers.image.title
    Zabbix web-interface (Nginx, MySQL)
  • org.opencontainers.image.url
    https://zabbix.com/
  • org.opencontainers.image.vendor
    Zabbix LLC
  • org.opencontainers.image.version
    4.0.34

Environment
PATH

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

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

4.0.34


Layers

[#000] sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec - 59.3% (103 MB)

[#001] sha256:14276971253d368f8a716134e13ee4a174c803877139e2891b9f8e17eeccf86a - 30.79% (53.7 MB)

[#002] sha256:12a513cb151fa7d1512a4997976f2c7003078edc767ceffcac0eba32d88927fb - 0.0% (4.3 KB)

[#003] sha256:6a8bfe5c9f93caa8419bd163bad64730cd722fda2282326db4f1f9487d255674 - 9.91% (17.3 MB)

[#004] sha256:8499939c3ec1d59c1fab1a6e2b128350a5f06d61d19c598d16e3d1f30562870c - 0.0% (2.52 KB)


History
2021-09-15 17:39:58 UTC

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

2021-09-15 17:39:58 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 17:39:59 UTC

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

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && yum --quiet makecache && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.34

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-09-27 12:00:56 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && chown --quiet -R zabbix:root /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2021-09-27 12:00:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{} 8443/tcp:{}]

2021-09-27 12:00:56 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-09-27 12:00:56 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2021-09-27 12:00:56 UTC (buildkit.dockerfile.v0)

USER 1997

2021-09-27 12:00:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-09-27 12:00:06 UTC

Size

168 MB

Content Digest
Labels
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2020-11-13 00:00:00+00:00
  • org.opencontainers.image.description
    Zabbix web-interface based on Nginx web server with MySQL database support
  • org.opencontainers.image.documentation
    https://www.zabbix.com/documentation/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.source
    https://git.zabbix.com/scm/zbx/zabbix.git
  • org.opencontainers.image.title
    Zabbix web-interface (Nginx, MySQL)
  • org.opencontainers.image.url
    https://zabbix.com/
  • org.opencontainers.image.vendor
    Zabbix LLC
  • org.opencontainers.image.version
    4.0.34

Environment
PATH

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

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

4.0.34


Layers

[#000] sha256:3fe478aaff9b8f3ba958253e7339e9016ec07c075b805ebfc8cd372ddd01ee64 - 45.65% (76.8 MB)

[#001] sha256:5b29407c8368a39f0813de9b2ac622ebb55b04c2e05111076eb72de39267e867 - 44.08% (74.1 MB)

[#002] sha256:12a513cb151fa7d1512a4997976f2c7003078edc767ceffcac0eba32d88927fb - 0.0% (4.3 KB)

[#003] sha256:24b8d35489b8998bcaaf9e563b05b28ff81e118a0027542b62710135c1454067 - 10.27% (17.3 MB)

[#004] sha256:9694b1a2d5d9903298a13f70ecad6366349030af8ee5e7f4b9be14b879d5b6e3 - 0.0% (2.52 KB)


History
2021-09-15 18:29:27 UTC

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

2021-09-15 18:29:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:29:40 UTC

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

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && yum --quiet makecache && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.34

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-09-27 11:56:10 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-09-27 12:00:06 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && chown --quiet -R zabbix:root /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2021-09-27 12:00:06 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{} 8443/tcp:{}]

2021-09-27 12:00:06 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-09-27 12:00:06 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2021-09-27 12:00:06 UTC (buildkit.dockerfile.v0)

USER 1997

2021-09-27 12:00:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

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