Peter Grainger
Peter Grainger
@swapagarwal I would like to have a go at implementing this. Was thinking of using a the python:2-alpine image https://github.com/docker-library/python/blob/b1512ead24c6b111506a8d4229134a29da240597/2.7/alpine3.6/Dockerfile
They are just different operating systems to base the build on i.e. Jessie is a version of Debian. Alpine is the smallest so I normally use that. It basically only...
But will the directive be sent back with the response? The point of the progressive response is that it is sent before the response while the user is waiting. I'm...
`docker-compose` should be OK right? It's defaulting to the same value as before plus it's using a local version of S3. For the helm charts I haven't much experience so...
Changes look good. What about the .env.example file? Should I change that too?
yes, we are using that and putting the file in `AppData/local` as suggested in the readme https://github.com/getsentry/sentry-native#runtime-configuration The issue however is the created file doesn't have write permissions open to...
@Mixaill The user who owns the `%USERPROFILE%/AppData/Local` doesn't have access to write to the file. This isn't an issue if you don't have an operating system with very restricted access....
@devtrop-chrisjolley could be do do with indentation if you are using the yaml exactly as you've written above as yaml is sensitive to indentation. nektos act seems to be about...
Good idea, I'll take a look :)