Multi-architecture image containing pgBackRest binaries.
7.6K
This image contains pgBackRest version 2.48 built from source for both arm64 and amd64 architectures.
Depending on which architecture you're running, you'll see one of these two binaries in the image:
You can copy these binaries into another Docker image with these Dockerfile instructions:
FROM pgedge/pgbackrest:2.48 AS pgbackrest
COPY --from=pgbackrest \
/build/pgbackrest-release-2.48/src/pgbackrest-${TARGETARCH} \
/usr/bin/pgbackrest
Content type
Image
Digest
sha256:bbf719885…
Size
382.5 MB
Last updated
5 months ago
docker pull pgedge/pgbackrest