From 7fba5f1cec3f58f976e5de4333beb10fa9297e73 Mon Sep 17 00:00:00 2001 From: Umputun Date: Mon, 14 May 2018 15:42:02 -0500 Subject: [PATCH] add note regarding base images --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc78230f..bc9bb2f5 100644 --- a/README.md +++ b/README.md @@ -366,3 +366,4 @@ _all admin calls require auth and admin privilege_ * User can edit comments in 5 mins window after creation. * User ID hashed and prefixed by oauth provider name to avoid collisions and potential abuse. * All avatars cached locally to prevent rate limiters from google/github/facebook. +* Docker build uses [publicly available](https://github.com/umputun/baseimage) base images.