From e341635c0f0c0d72a813192aace52dd08c609c66 Mon Sep 17 00:00:00 2001 From: Jake Walker Date: Mon, 11 Nov 2024 19:20:30 +0000 Subject: [PATCH] Update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d130afd..9910f9b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,15 @@ These are some custom images that are regularly built for AMD64 and ARM64 archit | --- | --- | | `ghcr.io/jake-walker/beeper_bridge-manager` | This is an exact build of Beeper's [bridge-manager](https://github.com/beeper/bridge-manager) but with an ARM64 build. | + +_Images are also available on Docker Hub at `jakewalker/`._ + +## Builds + +Images are built weekly and after a push to the main branch. + +Each image has the following tags: +- `latest` - this is always the latest built image +- `main` - this is always the latest built image +- `sha-XXXXXXX` - this is based on the git commit hash, this may get overwritten by newer versions so is not suitable for pinning a version +- `XXXXXXXX` - this is a date in the format `YYYYMMDD` for the weekly builds. This will not get overwritten so is suitable for version pinning