From 28a267a65daf125eec7a1e53453fa1552bf371d1 Mon Sep 17 00:00:00 2001 From: Karl Haworth Date: Thu, 14 Mar 2024 10:07:31 -0400 Subject: [PATCH] add disclaimer on maintance of contrib images Signed-off-by: Karl Haworth --- docs/deployment/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index 424d471a1a..d8194c51fe 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -341,7 +341,7 @@ docker image build . -f packages/backend/Dockerfile --tag backstage --progress=p ## Community Contributed Dockerfile Alternatives -The `Dockerfile` mentioned above located in `packages/backend` is maintained by the maintainers of Backstage, however there are also community contributed Dockerfile alternatives located in `contrib/docker`. +The `Dockerfile` mentioned above located in `packages/backend` is maintained by the maintainers of Backstage, however there are also community contributed Dockerfile alternatives located in `contrib/docker`. The `Dockerfile`s in `contrib/docker` are not maintained by the maintainers of Backstage and are not necessarily updated when the `Dockerfile` located in `packages/backend` is updated. ### Minimal Hardened Image