From 2020c1b3fd13bd69c3576914aca752db93ef25ac Mon Sep 17 00:00:00 2001 From: Matt Richardson Date: Fri, 21 May 2021 12:12:46 +1000 Subject: [PATCH] Call out that this is not the official docker image --- ReadMe.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 17a3874..4dfb52d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,8 @@ # Docker Linux Tentacle This repository contains the docker files to build a sample Linux-based Docker image that houses a tentacle for [Octopus Deploy](https://octopus.com). +Please note that this is **not** the docker file used by [Octopus Tentacle](https://hub.docker.com/r/octopusdeploy/tentacle). + # This docker image is provided as is This docker image was created by the Octopus Advisory Team as an example for our users so they could build their own docker images. It is used internally and it should work for 99% of your use cases, it is not officially supported. Please do not contact support if you run into issues with this image. @@ -227,4 +229,4 @@ services: SERVER_API_KEY: ${OCTOPUS_SERVER_API_KEY} TARGET_WORKER_POOL: ${OCTOPUS_WORKER_POOL} REGISTRATION_NAME: ${OCTOPUS_TARGET_NAME} -``` \ No newline at end of file +```