adriantaut
adriantaut
https://github.com/temporalio/docker-builds/blob/aced315717db95f3e79352d107680f68632ee07a/server.Dockerfile#L17-L18 these instructions are changing the `/etc/temporal/config` ownership to `temporal` user. Afterwards, https://github.com/temporalio/docker-builds/blob/aced315717db95f3e79352d107680f68632ee07a/server.Dockerfile#L31C50-L31C71 are adding some files to `/etc/temporal/config`. Given how COPY works in Dockerfile, the `root` user will be...
Hello guys, We have a CDK Stack that, among others, it bundles together the creation of an EKS Cluster with an EKS Managed NodeGroup. For cost/analytic purposes we have some...