Namespace
percona
Image / Tag
percona-xtrabackup:8.0.28-21
Content Digest
sha256:d45d9409b2bdb474370907ca3c0b0d77254f32025fe93a8a866dca00134ec596
Details
Created

2022-05-25 10:06:26 UTC

Size

123 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2022-05-03T08:57:48.980004
  • com.redhat.build-host
    cpt-1007.osbs.prod.upshift.rdu2.redhat.com
  • com.redhat.component
    ubi8-minimal-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
  • distribution-scope
    public
  • io.k8s.description
    The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
  • io.k8s.display-name
    Red Hat Universal Base Image 8 Minimal
  • io.openshift.expose-services
  • io.openshift.tags
    minimal rhel8
  • maintainer
    Red Hat, Inc.
  • name
    ubi8-minimal
  • org.opencontainers.image.authors
    info@percona.com
  • release
    751
  • summary
    Provides the latest release of the minimal Red Hat Universal Base Image 8.
  • url
    https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.6-751
  • vcs-ref
    50293e4ba66ca2194d8ee5a149a665cb9a375c71
  • vcs-type
    git
  • vendor
    Red Hat, Inc.
  • version
    8.6

Environment
FULL_PERCONA_VERSION

8.0.28-19.1.el8

FULL_PERCONA_XTRABACKUP_VERSION

8.0.28-21.1.el8

OS_VER

el8

PATH

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

PS_VERSION

8.0.28-19.1

XTRABACKUP_VERSION

8.0.28-21.1

container

oci


Layers

[#000] sha256:4752687a61a97d6f352ae62c381c87564bcb2f5b6523a05510ca1fb60d640216 - 28.21% (34.8 MB)

[#001] sha256:0344366a246a0f7590c2bae4536c01f15f20c6d802b4654ce96ac81047bc23f3 - 0.0% (1.7 KB)

[#002] sha256:83293dc79a0773d57170ab2a956653c3429d4288599fa642a8f5aaac554c6467 - 8.32% (10.2 MB)

[#003] sha256:91673df4e8cbfa366b97ef7e8747f30a39fda32450efc3cffda98fdca888b6ec - 4.78% (5.89 MB)

[#004] sha256:1f4d1e840b356d0afa27b266044b2e72c9691fa457034856f0803cc20e8e06e6 - 58.68% (72.3 MB)


History
2022-05-03 08:57:57 UTC (Imported from -)

2022-05-03 08:58:10 UTC

2022-05-18 09:24:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=info@percona.com

2022-05-25 10:06:02 UTC

/bin/sh -c microdnf -y update; microdnf -y install glibc-langpack-en

2022-05-25 10:06:02 UTC

/bin/sh -c #(nop) ENV XTRABACKUP_VERSION=8.0.28-21.1

2022-05-25 10:06:02 UTC

/bin/sh -c #(nop) ENV PS_VERSION=8.0.28-19.1

2022-05-25 10:06:02 UTC

/bin/sh -c #(nop) ENV OS_VER=el8

2022-05-25 10:06:03 UTC

/bin/sh -c #(nop) ENV FULL_PERCONA_VERSION=8.0.28-19.1.el8

2022-05-25 10:06:03 UTC

/bin/sh -c #(nop) ENV FULL_PERCONA_XTRABACKUP_VERSION=8.0.28-21.1.el8

2022-05-25 10:06:06 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 99DB70FAE1D7CE227FB6488205B555B38483C65D; gpg --batch --export --armor 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A > ${GNUPGHOME}/RPM-GPG-KEY-Percona; gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial; rpmkeys --import ${GNUPGHOME}/RPM-GPG-KEY-Percona ${GNUPGHOME}/RPM-GPG-KEY-centosofficial; microdnf install -y findutils; curl -Lf -o /tmp/percona-release.rpm https://repo.percona.com/yum/percona-release-latest.noarch.rpm; rpmkeys --checksig /tmp/percona-release.rpm; rpm -i /tmp/percona-release.rpm; rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; percona-release disable all; percona-release enable ps-80 release; percona-release enable tools testing

2022-05-25 10:06:25 UTC

/bin/sh -c set -ex; curl -Lf -o /tmp/libev.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/libev-4.24-6.el8.x86_64.rpm; rpm -i /tmp/libev.rpm; rm -rf /tmp/libev.rpm; microdnf -y install percona-xtrabackup-80-${FULL_PERCONA_XTRABACKUP_VERSION} percona-server-shared-${FULL_PERCONA_VERSION} percona-server-client-${FULL_PERCONA_VERSION} socat procps qpress; microdnf clean all; rm -rf /var/cache/dnf /var/cache/yum

2022-05-25 10:06:25 UTC

/bin/sh -c #(nop) VOLUME [/backup]

2022-05-25 10:06:26 UTC

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

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