Namespace
easysoft
Image / Tag
zentao:max4.5
Content Digest
sha256:138b93aacc77aa0e32097cc80d24ed80cba4b4cf778e3f6747b3980c12522408
Details
Created

2023-07-13 09:41:35 UTC

Size

313 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 - 7.82% (24.5 MB)

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

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

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

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

[#005] sha256:3424a1a332020f1a91796afd8715212c2626a022f2298fa21422ca2da7a34141 - 0.18% (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:77de0a1c256b17025c679c67330205a477f925e8b0aae6fcbfbd8766cbbdd4a7 - 23.26% (72.9 MB)

[#013] sha256:e786d7836438e7b55c02669e1c9d7d23ff28061cf390ce461c37b80fb481e9d7 - 0.0% (365 Bytes)

[#014] sha256:76216cb3b723560cef3bd03014180435910b083f4c6cf1e7c7947a5718945292 - 0.0% (92 Bytes)

[#015] sha256:82f9f95034c1c34aaf1aab41bb5c834d30e6d4659712860c929279720068959e - 21.29% (66.7 MB)

[#016] sha256:43dbdb77ec42809448d27900e48e288b80dd61e7940bdc61436f24ebf586b959 - 0.0% (190 Bytes)

[#017] sha256:10c8de4a37315e478da8bafc57ebab3133a4e321706600d60b4d84b519ad09c6 - 0.0% (132 Bytes)

[#018] sha256:757640fa51640ca17cd5eec96d74f90690b46a10dba96fea854cab05e96c82c3 - 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-07-13 09:41:24 UTC

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

2023-07-13 09:41:24 UTC

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

2023-07-13 09:41:25 UTC

/bin/sh -c mkdir /www

2023-07-13 09:41:33 UTC

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

2023-07-13 09:41:34 UTC

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

2023-07-13 09:41:35 UTC

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

2023-07-13 09:41:35 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-07-13 09:41:35 UTC

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

2023-07-13 09:41:35 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/.docker_init.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