Namespace
bitnami
Image / Tag
mysql:8.1
Content Digest
sha256:d77cbf534c745748a434228e5697bde54abd40d9f696de8f68e7d58995e364bf
Details
Created

2023-10-09 17:47:32 UTC

Size

210 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-10-09T17:44:56Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    8.1.0-debian-11-r57
  • org.opencontainers.image.title
    mysql
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    8.1.0

Environment
APP_VERSION

8.1.0

BITNAMI_APP_NAME

mysql

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:6af3982d7fbf1983b78aab19c28d3c014090aec78d349ebc8055a8cd3d9c4f03 - 100.0% (210 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-10-08T00:11:09.702357672Z","comment":"from Bitnami with love"},{"created":"2023-10-09T17:47:10.415000613Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:10.415000613Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-10-09T17:44:56Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=8.1.0-debian-11-r57 org.opencontainers.image.title=mysql org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=8.1.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:10.415000613Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:10.415000613Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:10.415000613Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:19.725839061Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl gcc-10 libaio1 libcom-err2 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libsasl2-2 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps psmisc # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:23.42090738Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"ini-file-1.4.6-1-linux-${OS_ARCH}-debian-11\" \"mysql-8.1.0-1-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:25.8906338Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:26.749666018Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:27.686312019Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir /docker-entrypoint-initdb.d # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:28.825607395Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:32.771484869Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/mysql/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:32.771484869Z","created_by":"ENV APP_VERSION=8.1.0 BITNAMI_APP_NAME=mysql PATH=/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:32.771484869Z","created_by":"EXPOSE map[3306/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:32.771484869Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:32.771484869Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/mysql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:32.771484869Z","created_by":"CMD [\"/opt/bitnami/scripts/mysql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:812cf2ba13804d5bee5d76e6939c911b5f7121202aa50c5b3a5612a486319d8a

Details
Created

2023-10-09 17:49:34 UTC

Size

204 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-10-09T17:44:56Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    8.1.0-debian-11-r57
  • org.opencontainers.image.title
    mysql
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    8.1.0

Environment
APP_VERSION

8.1.0

BITNAMI_APP_NAME

mysql

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:025feb11877f699ef4216cc094e567c6b7332f0c5ee8cc467f072b0cff1a41bf - 100.0% (204 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-10-09T00:11:03.494882636Z","comment":"from Bitnami with love"},{"created":"2023-10-09T17:47:09.927054383Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:09.927054383Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-10-09T17:44:56Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=8.1.0-debian-11-r57 org.opencontainers.image.title=mysql org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=8.1.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:09.927054383Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:47:09.927054383Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:47:09.927054383Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:48:53.372587281Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl gcc-10 libaio1 libcom-err2 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libsasl2-2 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps psmisc # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:11.417219672Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"ini-file-1.4.6-1-linux-${OS_ARCH}-debian-11\" \"mysql-8.1.0-1-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:27.522985222Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:32.269963775Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:32.868467713Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir /docker-entrypoint-initdb.d # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:33.343770289Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:34.465931187Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/mysql/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-10-09T17:49:34.465931187Z","created_by":"ENV APP_VERSION=8.1.0 BITNAMI_APP_NAME=mysql PATH=/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:49:34.465931187Z","created_by":"EXPOSE map[3306/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:49:34.465931187Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:49:34.465931187Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/mysql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-10-09T17:49:34.465931187Z","created_by":"CMD [\"/opt/bitnami/scripts/mysql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:18eeadbf50d05dace668e97e5a5ef54f4fe5ede7c6c21ff18ffe2ab30d7d7bd9

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