Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless image has missing scripts #33088

Open
janpieterz opened this issue Jan 17, 2025 · 0 comments
Open

Serverless image has missing scripts #33088

janpieterz opened this issue Jan 17, 2025 · 0 comments

Comments

@janpieterz
Copy link

Not really a feature request as much but we run our containers in a very chiseled instance, no bash or root user etc. We run them in Azure App Containers, for .NET

To be able to do this we had to jump through quite some hoops to figure out:

  • The contents of your dotnet.sh script
  • Notice that this downloads and extracts dd-tracer
  • but also executes createLogPath.sh in the container

It would be great if this was somehow more easily accessible, e.g. the contents of your serverless-init docker easily accessible - I now had to get this docker container running locally as a non-chiseled version, figure out what the contents were etc. In hindsight I could have more easily done a generic Ubuntu container of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant