Torben
Torben
As containerd is GA now, is there an update on how to run rootless workers? Even if it would mean workloads with `privilged: true` would break in weird ways, it...
Unfortunately no. Due to how it is organized we cannot install some modifications to our concourse. I understand your point. The best solution is probably something like var_sources in combination...
Well we (or I in that context) built that already: https://github.com/tenjaa/concourse-github-app-token But how do I use that token for your resource without var sources / prototypes? That is not possible...
I already got it working by hardcoding everything, so I can confirm it works without any issues. Probably next weekend I will find some time to polish it and create...
I am pretty sure the policy has to be `AWSLambdaVPCAccessExecutionRole` instead of `AWSLambdaBasicExecutionRole` when running in a vpc, doesn't it? But when trying it, it works perfectly fine... 🙈 Guess...
But will it ever interact with anything network related? It will just call AWS APIs via the VPC endpoints. Do you need anything else from my side?
@alexcasalboni I gave some feedback to the AWS docs team. Let's see what they say, I heard they are usually very quick to reply! > Anyways, if we want to...
Isn't there https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-monitoringsubscription.html ?
The GHCR image already offers an ARM build. Why not link it in the readme instead of the dockerhub one?
My usecase for this feature would be to build Lambdas in Rust. Therefore having cargo-lambda and zig also available, would be great.