Namespace
vbkunin
Image / Tag
itop:2.6.1
Content Digest
sha256:ef9bdc5e7d25a3ac009e2f323a0f9ac92023d64d6566479ac734fa02ca3c41b6
Details
Created

2019-05-14 19:27:13 UTC

Size

208 MB

Content Digest
Environment
DEBIAN_FRONTEND

teletype

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

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


Layers

[#000] sha256:281a73dee0072a9983ca3a9c3af0438786267fe9a9a7b1e683400db898bddc4a - 19.22% (40 MB)

[#001] sha256:2aea1b77cff74f13640bc43debfb00ff51f4a9efe4bb959aba5ee5e8e7c88eef - 0.0% (849 Bytes)

[#002] sha256:59a714b7d8bf3e1985a03a8d58894d43a01672cab81e128bc7de8e7cb08a9ea0 - 0.0% (629 Bytes)

[#003] sha256:0218064da0a96471da7ccaa657daa880fc65eccc679fc61e87b6a14f290ddb79 - 0.0% (864 Bytes)

[#004] sha256:ebac621dcea37271445bf2fa54ca37b2a16b079634a787b143731c0fe757e218 - 0.0% (171 Bytes)

[#005] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#006] sha256:b580731643cc5039dad03946c2e0781b010446c71bf6a01f1401fe4e4d947188 - 0.01% (14.5 KB)

[#007] sha256:faa5fbdba23902839df4d365657c0337a9c34b32c2a4ac6206bfa4494a950397 - 16.17% (33.7 MB)

[#008] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#009] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#010] sha256:dbbc644cec73977508e7ae8c73c71a7eca2f2f3dc5da36bd196d5d27002ca57c - 33.65% (70 MB)

[#011] sha256:1e4adc3afa251de1c3476abd92def1b749dc26d8299e80dc87ecb285e9cd611f - 4.84% (10.1 MB)

[#012] sha256:acacc8cb36828e68158f254e308c1c5cd94856d687594d1b3b8f84ced011e163 - 0.0% (324 Bytes)

[#013] sha256:73ecdb428ee49d6a2e5d082cf743474982e19522341aa0de30808b0216992d9a - 0.0% (1.81 KB)

[#014] sha256:76541f8d210c73f78a56e88b20b15c568bb6c59efc60c27d87072a9cea33d8c3 - 0.0% (230 Bytes)

[#015] sha256:9d8fa3b7c74f485c76c34670ae66fc528c54fae7b955a8e9ce44a6cf058dfb89 - 0.0% (215 Bytes)

[#016] sha256:c9744b59857a6f83ec8b04c6cd4a58de88966845647f5ed9f05e1cccc4dc7c81 - 0.0% (128 Bytes)

[#017] sha256:d08fb53ee3219f49325d0463ee3aae2c6cf9df2adc8f15d36346bbf9e2bd8f0e - 0.0% (2.4 KB)

[#018] sha256:a90913982038f6f716040edec8a37ca23caad0cbeba0a102ce35ded7a4b36b28 - 4.84% (10.1 MB)

[#019] sha256:3816fcc0ed37e4887d00fc7e2f4786017d761762f2a3841ad3477a611e8c63e6 - 21.27% (44.3 MB)

[#020] sha256:972a3bdec7c5f6de8e0e9c008a5c4e88e4c3b795be11400512d76dffad103551 - 0.0% (324 Bytes)

[#021] sha256:1a423deabed1d3408d466513ee2ad8f1d11f2e13a40144bba16db96067211585 - 0.0% (827 Bytes)

[#022] sha256:9bbaa86c7dd3978a0965659a162855730fce39a32caab0a51bb51ba6e348e676 - 0.0% (330 Bytes)

[#023] sha256:40f11fc6200c9e23c6f624a7bc175ecbf61e5e87eeaacb30fd6138d5f14e4567 - 0.0% (3.09 KB)


History
2018-01-25 18:23:30 UTC

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

2018-01-25 18:23:39 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2018-01-25 18:23:39 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2018-01-25 18:23:50 UTC

/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list

2018-01-25 18:23:51 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2018-01-25 18:23:51 UTC

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

2018-01-26 09:29:05 UTC

/bin/sh -c #(nop) MAINTAINER Phusion <info@phusion.nl>

2018-01-26 09:29:05 UTC

/bin/sh -c #(nop) COPY dir:e7a5eda59d878c69cfd87231b043d062999bd85e034d8fcd4cb384bfbfe5b471 in /bd_build

2018-01-26 09:31:00 UTC

/bin/sh -c /bd_build/prepare.sh && /bd_build/system_services.sh && /bd_build/utilities.sh && /bd_build/cleanup.sh

2018-01-26 09:31:02 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=teletype LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2018-01-26 09:31:02 UTC

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

2019-04-25 17:52:27 UTC

/bin/sh -c #(nop) MAINTAINER Vladimir Kunin <vladimir@knowitop.ru>

2019-04-25 17:52:27 UTC

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

2019-04-25 17:52:28 UTC

/bin/sh -c #(nop) ARG ITOP_VERSION=2.6.1

2019-04-25 17:52:28 UTC

/bin/sh -c #(nop) ARG ITOP_FILENAME=iTop-2.6.1-4463.zip

2019-04-25 17:55:58 UTC

|2 ITOP_FILENAME=iTop-2.6.1-4463.zip ITOP_VERSION=2.6.1 /bin/sh -c apt-get install -y software-properties-common && add-apt-repository -y ppa:ondrej/php && apt-get update && apt-get install -y apache2 php7.1 php7.1-xml php7.1-mysql php7.1-json php7.1-mcrypt php7.1-mbstring php7.1-ldap php7.1-soap php7.1-zip php7.1-gd php-apcu graphviz curl unzip git && apt-get clean && rm -rf /var/lib/apt/lists/*

2019-04-25 17:56:13 UTC

|2 ITOP_FILENAME=iTop-2.6.1-4463.zip ITOP_VERSION=2.6.1 /bin/sh -c rm -rf /var/www/html/* && mkdir -p /tmp/itop && curl -SL -o /tmp/itop/itop.zip https://sourceforge.net/projects/itop/files/itop/$ITOP_VERSION/$ITOP_FILENAME/download && unzip /tmp/itop/itop.zip -d /tmp/itop/ && mv /tmp/itop/web/* /var/www/html && rm -rf /tmp/itop

2019-04-25 17:56:13 UTC

/bin/sh -c #(nop) COPY dir:1512b8b53166d9716d30b1480e4daceb928d7a5b89903de4459d7dfe1c9e8804 in /etc/service/

2019-05-14 19:09:33 UTC

/bin/sh -c #(nop) COPY dir:1f62f4b1887030be0b3e97288a22a94ed81974e8ef05ad81ea8bba9bb228a65b in /

2019-05-14 19:09:34 UTC

/bin/sh -c #(nop) COPY file:d74d5ec3ac1c88ac4a9329329271eee06dd00d8d7c6c61ff5c331b78a4769335 in /etc/logrotate.d/itop-cron

2019-05-14 19:09:34 UTC

/bin/sh -c #(nop) COPY file:c6ca392e5dd87b1cc8c10752dea23372fe30b38d5c2d5df1c76afcff5344f4c9 in /etc/apache2/conf-available/fqdn.conf

2019-05-14 19:09:35 UTC

/bin/sh -c #(nop) COPY file:f6ae2752cce600a1600819907854b2e277af06b794b9074140ef638e3c316b0d in /run.sh

2019-05-14 19:09:37 UTC

|2 ITOP_FILENAME=iTop-2.6.1-4463.zip ITOP_VERSION=2.6.1 /bin/sh -c chmod +x -R /etc/service && chmod +x /*.sh && a2enconf fqdn

2019-05-14 19:10:15 UTC

|2 ITOP_FILENAME=iTop-2.6.1-4463.zip ITOP_VERSION=2.6.1 /bin/sh -c ln -s /make-itop-config-writable.sh /usr/local/bin/conf-w && ln -s /make-itop-config-read-only.sh /usr/local/bin/conf-ro && /update-russian-translations.sh && chown -R www-data:www-data /var/www/html

2019-05-14 19:10:16 UTC

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

2019-05-14 19:10:16 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/ || exit 1"] "5m0s" "3s" "0s" '\x00'}

2019-05-14 19:10:17 UTC

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

2019-05-14 19:26:06 UTC

/bin/sh -c #(nop) MAINTAINER Vladimir Kunin <vladimir@knowitop.ru>

2019-05-14 19:27:09 UTC

/bin/sh -c apt-get update && apt-get install -y mariadb-server pwgen && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mysql/*

2019-05-14 19:27:09 UTC

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

2019-05-14 19:27:10 UTC

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

2019-05-14 19:27:10 UTC

/bin/sh -c #(nop) COPY file:c71447ab42ab95dbeb9b9c13fac63e40207a6028bb320db894113ce4cdcd2a46 in /run.sh

2019-05-14 19:27:12 UTC

/bin/sh -c chmod +x -R /etc/service && chmod +x /*.sh

2019-05-14 19:27:12 UTC

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

2019-05-14 19:27:13 UTC

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

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