Sign inSign up

pgedge/pgbackrest

By pgedge

•Updated 5 months ago

Multi-architecture image containing pgBackRest binaries.

Image
0

7.6K

pgedge/pgbackrest repository overview

⁠pgedge/pgbackrest

This image contains pgBackRest version 2.48 built from source for both arm64 and amd64 architectures.

⁠Binaries

Depending on which architecture you're running, you'll see one of these two binaries in the image:

  • /build/pgbackrest-release-2.48/src/pgbackrest-arm64
  • /build/pgbackrest-release-2.48/src/pgbackrest-amd64

⁠Usage

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

Tag summary

Content type

Image

Digest

sha256:bbf719885…

Size

382.5 MB

Last updated

5 months ago

docker pull pgedge/pgbackrest