From 567f69c67d16098f677d0feb25bca1d1f9f4e82a Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 30 Sep 2020 15:03:27 +0200 Subject: [PATCH] Write how scaffolder dockerimage is publised to DockerHub --- plugins/scaffolder-backend/scripts/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/scaffolder-backend/scripts/README.md diff --git a/plugins/scaffolder-backend/scripts/README.md b/plugins/scaffolder-backend/scripts/README.md new file mode 100644 index 0000000000..20d68e9c34 --- /dev/null +++ b/plugins/scaffolder-backend/scripts/README.md @@ -0,0 +1,4 @@ +The `Cookiecutter.dockerfile` is published to the +[`spotify/backstage-cookiecutter`](https://hub.docker.com/repository/docker/spotify/backstage-cookiecutter) +repository on DockerHub. This is handled by an integration between DockerHub and GitHub. +The integration handles updating the container image when a new release is made.