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

Commit

Permalink
Merge pull request #1 from matt-richardson/patch-1
Browse files Browse the repository at this point in the history
Call out that this is not the official docker image
  • Loading branch information
BobJWalker authored May 21, 2021
2 parents e777d12 + 2020c1b commit bcc585e
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 bcc585e

Please sign in to comment.