mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
2.4.26-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
fa56004fc8
commit
de0700500f
25
bitnami/percona-xtrabackup/2.4/debian-11/Dockerfile
Normal file
25
bitnami/percona-xtrabackup/2.4/debian-11/Dockerfile
Normal file
@@ -0,0 +1,25 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip 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 tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/percona-xtrabackup-2.4.26-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "4c2802b8ff1d3404305b747a6a1fc6aad81019a94a584557da66b0f66d2ad3d6 /tmp/bitnami/pkg/cache/percona-xtrabackup-2.4.26-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/percona-xtrabackup-2.4.26-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/percona-xtrabackup-2.4.26-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.4.26" \
|
||||
BITNAMI_APP_NAME="percona-xtrabackup" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "xtrabackup" ]
|
||||
@@ -0,0 +1,5 @@
|
||||
version: '2'
|
||||
services:
|
||||
percona-xtrabackup:
|
||||
image: docker.io/bitnami/percona-xtrabackup:2.4
|
||||
entrypoint: sleep infinity
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"percona-xtrabackup": {
|
||||
"arch": "amd64",
|
||||
"digest": "4c2802b8ff1d3404305b747a6a1fc6aad81019a94a584557da66b0f66d2ad3d6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.26-0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
@@ -0,0 +1,24 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
n=0
|
||||
max=2
|
||||
until [ $n -gt $max ]; do
|
||||
set +e
|
||||
(
|
||||
apt-get update -qq &&
|
||||
apt-get install -y --no-install-recommends "$@"
|
||||
)
|
||||
CODE=$?
|
||||
set -e
|
||||
if [ $CODE -eq 0 ]; then
|
||||
break
|
||||
fi
|
||||
if [ $n -eq $max ]; then
|
||||
exit $CODE
|
||||
fi
|
||||
echo "apt failed, retrying"
|
||||
n=$(($n + 1))
|
||||
done
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -28,8 +28,8 @@ $ docker run --name percona-xtrabackup bitnami/percona-xtrabackup:latest
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.0.28-21`, `8.0.28-21-debian-10-r10`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-percona-xtrabackup/blob/8.0.28-21-debian-10-r10/8/debian-10/Dockerfile)
|
||||
* [`2.4`, `2.4-debian-10`, `2.4.26`, `2.4.26-debian-10-r25` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-percona-xtrabackup/blob/2.4.26-debian-10-r25/2.4/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.0.28-21`, `8.0.28-21-debian-11-r-1`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-percona-xtrabackup/blob/8.0.28-21-debian-11-r-1/8/debian-11/Dockerfile)
|
||||
* [`2.4`, `2.4-debian-11`, `2.4.26`, `2.4.26-debian-11-r0` (2.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-percona-xtrabackup/blob/2.4.26-debian-11-r0/2.4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/percona-xtrabackup GitHub repo](https://github.com/bitnami/bitnami-docker-percona-xtrabackup).
|
||||
|
||||
@@ -50,7 +50,7 @@ $ docker pull bitnami/percona-xtrabackup:[TAG]
|
||||
If you wish, you can also build the image yourself.
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/percona-xtrabackup:latest 'https://github.com/bitnami/bitnami-docker-percona-xtrabackup.git#master:8/debian-10'
|
||||
$ docker build -t bitnami/percona-xtrabackup:latest 'https://github.com/bitnami/bitnami-docker-percona-xtrabackup.git#master:8/debian-11'
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Reference in New Issue
Block a user