From ffeb104beec76cc622abda34ee2132c790b5559c Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Thu, 24 Feb 2022 08:40:45 +0100 Subject: [PATCH] Mention daily builds in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d983c..b82c907 100644 --- a/README.md +++ b/README.md @@ -175,4 +175,6 @@ It depends on which linux distro and version you choose (see available images at - [List of `openssh` packages on Alpine releases](https://pkgs.alpinelinux.org/packages?name=openssh&branch=&repo=main&arch=x86_64) - [List of `openssh-server` packages on Debian releases](https://packages.debian.org/search?keywords=openssh-server&searchon=names&exact=1&suite=all§ion=main) -**Note:** The time when this image was last built can delay the availability of an OpenSSH release. Since this is an automated build linked with [debian](https://hub.docker.com/_/debian/) and [alpine](https://hub.docker.com/_/alpine/) repos, the build will depend on how often they push changes (out of my control). Typically this can take 1-5 days, but it can also take longer. You can of course make this more predictable by cloning this repo and run your own build manually. +# Daily builds + +Images are automatically built daily to get the newest version of OpenSSH provided by the package managers.