Namespace
easysoft
Image / Tag
zentao:max4.4.beta1
Content Digest
sha256:864584ca07879f46d74e90ef1a4f4273beed5d1d646695f87f5df2b67c10232d
Details
Created

2023-06-12 06:44:13 UTC

Size

353 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
DEBIAN_FRONTEND

noninteractive

LANG

en_US.UTF8

MYSQL_ROOT_PASSWORD

123456

PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:0c5227665c11379f79e9da3d3e4f1724f9316b87d259ac0131628ca1b923a392 - 6.95% (24.5 MB)

[#001] sha256:29412ebf23364519dab498aec0197ec006c3b5cc6510bbf6e79a2d558fa4c9c6 - 41.96% (148 MB)

[#002] sha256:a46ebbac6f39017f028678b2aba1866aef64d2bfc514fcf7f51e9ce6e7fe1ed8 - 0.12% (417 KB)

[#003] sha256:6f7867aee90076d8aaf323f867dab52d8a4361409a1c8d398eed3d8c73158602 - 0.0% (468 Bytes)

[#004] sha256:efb00228928c85d1168e2e5c50b3c8ae29b920dde0708c404e20346fc0ddf277 - 0.0% (1.01 KB)

[#005] sha256:3424a1a332020f1a91796afd8715212c2626a022f2298fa21422ca2da7a34141 - 0.16% (574 KB)

[#006] sha256:ddc77c0c5b50e6df1f0e03985ab5943d6acd8b8e2a1314e464f75e47003bba34 - 0.0% (273 Bytes)

[#007] sha256:50fac95c090ceb129db4302e6a7761c133e929603fa525a12701875a45cfbb67 - 0.0% (269 Bytes)

[#008] sha256:fec03d0eecd81e329767a30d0c15c7e6f4a98996ba703e629345c3b90a512481 - 0.02% (72.5 KB)

[#009] sha256:3a232db7afc08f829b267a5893bef616ca7eb9408aa2ed1e295ad0e1abe71685 - 0.0% (239 Bytes)

[#010] sha256:5ae2e5970c9f63a4ae668f21950a9c00bf4fcd89317721eea26fe4151fee393d - 0.0% (235 Bytes)

[#011] sha256:a95aeacb2ea1ee4dedbc984ad056c97325e375b48d5a83a8c1a2c25f43d2b3f7 - 0.02% (76.7 KB)

[#012] sha256:7c6ee7e5acc55555b1770fd02e0d7db7361d772d6ad9b87fc75d6d10cfb1777d - 26.25% (92.6 MB)

[#013] sha256:2d343f5f473b61b01af0b6eb60133e1cad07974785a474ed86f0e76ab2318e25 - 0.0% (363 Bytes)

[#014] sha256:669a5e98361edc8c4bb98f585bb2df3f609bea6b5f4673912c100122e9f7d10e - 0.0% (92 Bytes)

[#015] sha256:f6c6b49fe4e8fb9b7b8e3f7ca3f261d5aabf7e423a05ce8ea54f1e6ab4a2a857 - 24.52% (86.5 MB)

[#016] sha256:cde4ad7ac1da5c94e777b5140b8bde33f49984e618342b8e0f050255f2a29a91 - 0.0% (188 Bytes)

[#017] sha256:10304b7732a567ec3b5a64cf43a1cd29c5268b4d51132a5556449d8d8caee6b6 - 0.0% (132 Bytes)

[#018] sha256:1deacf660b7947521d47510fcb359359893d8e1c61d95b8514dc304df0e7d247 - 0.01% (26.3 KB)


History
2023-03-08 03:22:42 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-03-08 03:22:42 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-03-08 03:22:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-03-08 03:22:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04

2023-03-08 03:22:44 UTC

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

2023-03-08 03:22:44 UTC

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

2023-04-21 08:17:53 UTC

/bin/sh -c #(nop) MAINTAINER dongdong <jiadongdong@easycorp.ltd>

2023-04-21 08:17:53 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2023-04-21 08:19:51 UTC

/bin/sh -c apt-get update && apt-get install -y apache2 mariadb-server php7.2 php7.2-curl php7.2-gd php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml php7.2-zip php7.2-cli php7.2-json php7.2-bcmath curl cron vim unzip libapache2-mod-php locales

2023-04-21 08:19:52 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF8

2023-04-21 08:19:52 UTC

/bin/sh -c #(nop) ENV TZ=Asia/Shanghai

2023-04-21 08:19:52 UTC

/bin/sh -c #(nop) ENV MYSQL_ROOT_PASSWORD=123456

2023-04-21 08:19:53 UTC

/bin/sh -c echo -e "LANG=\"en_US.UTF-8\"\nLANGUAGE=\"en_US:en\"" > /etc/default/locale && locale-gen en_US.UTF-8 && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone

2023-04-21 08:19:53 UTC

/bin/sh -c #(nop) COPY file:50d432626e6368354192f78f8ce1de2cef04a7025d2b216b576432b1607297e7 in /.docker_init.sh

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:b94bfe93a1638d5daa8dc27528389b0a2f9d61cc4482851de8d39ac28dcac988 in /root/.vimrc

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:a6c561fbf14643618ad6d69972bb85f2409ff18d29b8754a78efe701f8ed2598 in /usr/lib/php/20170718/ioncube_loader_lin_7.2.so

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:cf033c7af50ee80b4c59cabd7ad75ebfc95235edb9696a79b069433e6646517c in /etc/php/7.2/apache2/conf.d/

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:cf033c7af50ee80b4c59cabd7ad75ebfc95235edb9696a79b069433e6646517c in /etc/php/7.2/cli/conf.d/

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:0c739d5952a86e5607019565bf3e0330ff24aabd959c2b2fe1edce64dae76801 in /usr/lib/php/20170718/

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:ee932cd0b4412af324f9417d5fa9e2c0e70cf092ce9fd22223ff0506d4368f1d in /etc/php/7.2/apache2/conf.d/

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:ee932cd0b4412af324f9417d5fa9e2c0e70cf092ce9fd22223ff0506d4368f1d in /etc/php/7.2/cli/conf.d/

2023-04-21 08:19:54 UTC

/bin/sh -c #(nop) COPY file:fc33430d13ef966e970e2eced8dec76812397687b732211d046e9a709f8d0a41 in /usr/lib/libmcrypt.so.4

2023-06-12 06:43:59 UTC

/bin/sh -c #(nop) COPY file:48a0890277dcf938ab5fddc29e36a963475fe081cd5dc961b93bf5e1c5e962ef in /tmp/

2023-06-12 06:43:59 UTC

/bin/sh -c #(nop) COPY file:00fe9e5de896c98bec595d43bdce0bba0403317f987c4221c24cb748f516636a in /etc/apache2/sites-enabled/

2023-06-12 06:44:00 UTC

/bin/sh -c mkdir /www

2023-06-12 06:44:10 UTC

/bin/sh -c unzip -q /tmp/zentao.zip -d /var/www > /dev/null

2023-06-12 06:44:11 UTC

/bin/sh -c rm /etc/apache2/sites-enabled/000-default.conf

2023-06-12 06:44:12 UTC

/bin/sh -c rm /tmp/zentao.zip

2023-06-12 06:44:12 UTC

/bin/sh -c chmod a+x /.docker_init.sh && a2enmod rewrite && rm -rf /var/lib/mysql/* && sed -i '1i ServerName 127.0.0.1' /etc/apache2/apache2.conf && sed -i '/^memory_limit/cmemory_limit = 1024M' /etc/php/7.2/apache2/php.ini

2023-06-12 06:44:13 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/mysql]

2023-06-12 06:44:13 UTC

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