Skip to content

Commit

Permalink
add warning about dynatrace support on radix (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Hagen <[email protected]>
  • Loading branch information
Richard87 and Richard87 authored Nov 27, 2023
1 parent be36cc5 commit effa02a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public-site/docs/src/docs/topic-dynatrace-int/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ ENV LD_PRELOAD /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so
USER 1001
ENTRYPOINT ["dotnet", "api.dll", "--urls=http://0.0.0.0:5000"]
```
::: warning UNSUPPORTED
This Dockerfile is not supported by Radix and will not build. Build secrets are base64 encoded and cannot be used in FROM arguments in your Dockerfile.
:::

0 comments on commit effa02a

Please sign in to comment.