Namespace
bitnamilegacy
Image / Tag
mediawiki-archived:1.39.1-debian-11-r1
Content Digest
sha256:22f3fe6add1cdf6add8a4358f39686fa2e10f331dee0ce9477302fb5aacc9c52
Details
Created

2022-12-23 20:42:41 UTC

Size

166 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://bitnami.com/contact
  • org.opencontainers.image.description
    Application packaged by Bitnami
  • org.opencontainers.image.ref.name
    1.39.1-debian-11-r1
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/mediawiki
  • org.opencontainers.image.title
    mediawiki
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.39.1

Environment
APACHE_HTTPS_PORT_NUMBER

APACHE_HTTP_PORT_NUMBER

APP_VERSION

1.39.1

BITNAMI_APP_NAME

mediawiki

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f8c1c832ce65f8c860a3388bf6681a4046a949475bc305b5a22e6deddf94abb5 - 17.71% (29.5 MB)

[#001] sha256:a1cdcfb183d43c0f2b0343f627880e46e1a5be61a4b5893557921dc36117e42f - 82.29% (137 MB)


History
2022-12-18 00:11:13 UTC (from Bitnami with love)

2022-12-23 20:40:37 UTC

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

2022-12-23 20:40:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=1.39.1-debian-11-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/mediawiki org.opencontainers.image.title=mediawiki org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.39.1

2022-12-23 20:40:38 UTC

/bin/sh -c #(nop) ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux

2022-12-23 20:40:38 UTC

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

2022-12-23 20:40:38 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-12-23 20:40:50 UTC

/bin/bash -o pipefail -c install_packages acl ca-certificates curl libaudit1 libbrotli1 libbsd0 libbz2-1.0 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps zlib1g

2022-12-23 20:41:03 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && COMPONENTS=( "php-8.1.13-5-linux-${OS_ARCH}-debian-11" "apache-2.4.54-158-linux-${OS_ARCH}-debian-11" "mysql-client-10.6.11-1-linux-${OS_ARCH}-debian-11" "libphp-8.1.13-1-linux-${OS_ARCH}-debian-11" "render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" "mediawiki-1.39.1-1-linux-${OS_ARCH}-debian-11" "gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" ) && for COMPONENT in "${COMPONENTS[@]}"; do if [ ! -f "${COMPONENT}.tar.gz" ]; then curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; fi && sha256sum -c "${COMPONENT}.tar.gz.sha256" && tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf "${COMPONENT}".tar.gz{,.sha256} ; done

2022-12-23 20:41:09 UTC

/bin/bash -o pipefail -c apt-get autoremove --purge -y curl && apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives

2022-12-23 20:41:10 UTC

/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami

2022-12-23 20:41:10 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:d4e519820033a058e8e7baee66a427802a30e0e394b1ef31f3a0f9f50764fc86 in /

2022-12-23 20:41:11 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/apache/postunpack.sh

2022-12-23 20:41:12 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/php/postunpack.sh

2022-12-23 20:41:13 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/apache-modphp/postunpack.sh

2022-12-23 20:42:29 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/mediawiki/postunpack.sh

2022-12-23 20:42:31 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/mysql-client/postunpack.sh

2022-12-23 20:42:31 UTC

/bin/bash -o pipefail -c #(nop) ENV APACHE_HTTPS_PORT_NUMBER= APACHE_HTTP_PORT_NUMBER= APP_VERSION=1.39.1 BITNAMI_APP_NAME=mediawiki PATH=/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-12-23 20:42:31 UTC

/bin/bash -o pipefail -c #(nop) EXPOSE 8080 8443

2022-12-23 20:42:32 UTC

/bin/bash -o pipefail -c #(nop) USER 1001

2022-12-23 20:42:32 UTC

/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/mediawiki/entrypoint.sh"]

2022-12-23 20:42:32 UTC

/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/apache/run.sh"]

2022-12-23 20:42:41 UTC (merge sha256:c6dcd1a5fc267bd1aaa6681056ea4aacf6c6680a40168156f2b1818f443124fd to sha256:1e6d839039bde3f1280855b41490df52a0eeba7e303cf8f9615e78da9015ec79)

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