Namespace
ddsderek
Image / Tag
mdserver-web:lnmp
Content Digest
sha256:8bc13442352a96fa6020ea5602edae0d65c344ce6ac7bac458a704cd76a079f7
Details
Created

2024-11-03 04:07:34 UTC

Size

1.27 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-03T03:45:41.419Z
  • org.opencontainers.image.description
    mdserver-web docker image
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    b9e5c52fe598f67eb2d09c8d63b40fe2c6c95314
  • org.opencontainers.image.source
    https://github.com/DDS-Derek/mdserver-web-Docker
  • org.opencontainers.image.title
    mdserver-web-Docker
  • org.opencontainers.image.url
    https://github.com/DDS-Derek/mdserver-web-Docker
  • org.opencontainers.image.version
    lnmp

Environment
PATH

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


Layers

[#000] sha256:a480a496ba95a197d587aa1d9e0f545ca7dbd40495a4715342228db62b67c4ba - 2.13% (27.8 MB)

[#001] sha256:322124efba5a42ba4ffbf0c792148a94302d838756fc60c29c20f8448cf8f4c0 - 38.36% (500 MB)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:ec33499075939da9358517faa13fc0772e43cc392528101c7be94a6304a77a77 - 7.33% (95.6 MB)

[#004] sha256:823725556d91871736400d3459a1360e11a287afd39dbbb9425a4d0edaa7c8f3 - 50.79% (662 MB)

[#005] sha256:47bd0ee88e8b6f313fa58cef727580828660cd53bde70e921d57a43b1912085f - 1.39% (18.1 MB)


History
2024-10-17 00:20:29 UTC

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

2024-10-17 00:20:30 UTC

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

2024-11-03 03:32:58 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-11-03 03:32:58 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c set -ex && apt update -y && apt install curl nano ssh -y && curl --insecure -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* /root/.cache /mw-install.log # buildkit

2024-11-03 03:35:00 UTC (buildkit.dockerfile.v0)

ARG OPENRESTY_VERSION=1.21.4.3

2024-11-03 03:35:00 UTC (buildkit.dockerfile.v0)

ARG PHP_VERSION=74

2024-11-03 03:35:00 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-11-03 03:35:00 UTC (buildkit.dockerfile.v0)

RUN |3 OPENRESTY_VERSION=1.21.4.3 PHP_VERSION=74 DEBIAN_FRONTEND=noninteractive /bin/sh -c cd /www/server/mdserver-web/plugins/openresty && bash install.sh install ${OPENRESTY_VERSION} && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* /root/.cache # buildkit

2024-11-03 03:45:06 UTC (buildkit.dockerfile.v0)

RUN |3 OPENRESTY_VERSION=1.21.4.3 PHP_VERSION=74 DEBIAN_FRONTEND=noninteractive /bin/sh -c cd /www/server/mdserver-web/plugins/php && bash install.sh install ${PHP_VERSION} && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* /root/.cache # buildkit

2024-11-03 04:07:30 UTC (buildkit.dockerfile.v0)

ARG MYSQL_VERSION=5.7

2024-11-03 04:07:30 UTC (buildkit.dockerfile.v0)

ARG PHPMYADMIN_VERSION=4.4.15

2024-11-03 04:07:30 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-11-03 04:07:30 UTC (buildkit.dockerfile.v0)

RUN |3 MYSQL_VERSION=5.7 PHPMYADMIN_VERSION=4.4.15 DEBIAN_FRONTEND=noninteractive /bin/sh -c cd /www/server/mdserver-web/plugins/mysql && bash install.sh install ${MYSQL_VERSION} && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* /root/.cache # buildkit

2024-11-03 04:07:34 UTC (buildkit.dockerfile.v0)

RUN |3 MYSQL_VERSION=5.7 PHPMYADMIN_VERSION=4.4.15 DEBIAN_FRONTEND=noninteractive /bin/sh -c cd /www/server/mdserver-web/plugins/phpmyadmin && bash install.sh install ${PHPMYADMIN_VERSION} && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* /root/.cache # buildkit

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