mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 17:37:22 +08:00
[bitnami/percona-xtrabackup] Release 2.4.26-debian-11-r45 (#9317)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.4.26-debian-11-r43" \
|
||||
org.opencontainers.image.ref.name="2.4.26-debian-11-r45" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/percona-xtrabackup" \
|
||||
org.opencontainers.image.title="percona-xtrabackup" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -18,16 +18,21 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libaio1 libbrotli1 libc6 libcom-err2 libcrypt1 libcurl4 libev4 libffi7 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libnettle8 libnghttp2-14 libp11-kit0 libpsl5 librtmp1 libsasl2-2 libssh2-1 libssl1.1 libstdc++6 libtasn1-6 libunistring2 procps rsync zlib1g
|
||||
RUN install_packages ca-certificates curl libaio1 libbrotli1 libcom-err2 libcrypt1 libcurl4 libev4 libffi7 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libnettle8 libnghttp2-14 libp11-kit0 libpsl5 librtmp1 libsasl2-2 libssh2-1 libssl1.1 libstdc++6 libtasn1-6 libunistring2 procps rsync zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz percona-xtrabackup-2.4.26-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
RUN apt-get autoremove --purge -y ca-certificates && \
|
||||
COMPONENTS=( \
|
||||
"percona-xtrabackup-2.4.26-154-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
|
||||
RUN apt-get autoremove --purge -y curl ca-certificates && \
|
||||
apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"percona-xtrabackup": {
|
||||
"arch": "amd64",
|
||||
"digest": "b1509ed6693f3db5196aaf3dd3574278c680a31f898344da5ceda76aff1f8675",
|
||||
"digest": "a7433f91bca440ac5d1123df0aae4398b9beb013cc4f1ca598a113baa467cf5f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.26-153"
|
||||
"version": "2.4.26-154"
|
||||
}
|
||||
}
|
||||
@@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`8`, `8-debian-11`, `8.0.29-22`, `8.0.29-22-debian-11-r28`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/percona-xtrabackup/8/debian-11/Dockerfile)
|
||||
* [`2.4`, `2.4-debian-11`, `2.4.26`, `2.4.26-debian-11-r44` (2.4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/percona-xtrabackup/2.4/debian-11/Dockerfile)
|
||||
* [`2.4`, `2.4-debian-11`, `2.4.26`, `2.4.26-debian-11-r45` (2.4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/percona-xtrabackup/2.4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user