Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Call out that this is not the official docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson authored May 21, 2021
1 parent e777d12 commit 2020c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -227,4 +229,4 @@ services:
SERVER_API_KEY: ${OCTOPUS_SERVER_API_KEY}
TARGET_WORKER_POOL: ${OCTOPUS_WORKER_POOL}
REGISTRATION_NAME: ${OCTOPUS_TARGET_NAME}
```
```

0 comments on commit 2020c1b

Please sign in to comment.