Michael Werner

Results 9 comments of Michael Werner

But this won't help if you want to use Ktor server on your iOS app.

IMHO with the chrome dependency it is not a feasible idea to have a single base image. I would suggest splitting it into two base images a builder and a...

I'm facing the same problem when i try to connect to my comosdb table via a privatelink. Can you please provide a solution.

@aramase how would you sync a kubernetes pull secret with a workload identity?

@ki1729 i use the the azure cosmos client: ```kotlin val servicePrincipal: TokenCredential = ClientSecretCredentialBuilder() .tenantId(tenantId) .clientId(clientId) .clientSecret(clientSecret) .build() val cosmosClient = CosmosClientBuilder() .endpoint(endpoint) .credential(servicePrincipal) .gatewayMode() .buildClient() ```

Yeah, i'm on it. But it'll take a while to get a feeback from higher up

> ``` > ./mvn package -Dpackaging=docker-native -Dmicronaut.native-image.static=true > ``` > > That uses the above `Dockerfile` How can I achieve this with Gradle?

@binoysankar you have to take a look at the base image which version of libstdc++ is present.

Why is it necessary to fetch the digest if we have an allow all? This blocks us. ``` ## Allow all from cacheregistry apiVersion: policy.sigstore.dev/v1alpha1 kind: ClusterImagePolicy metadata: name: cache-cosign-policy...