You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/30 10:15:09 UTC

[GitHub] [camel-k] dylanenabled opened a new issue #1031: Support for AWS ECR in kaniko builder

dylanenabled opened a new issue #1031: Support for AWS ECR in kaniko builder
URL: https://github.com/apache/camel-k/issues/1031
 
 
   Currently the kaniko builder only supports pushing images to Google. 
   
   I'd like it if kaniko could push builds to AWS ECR. It looks like this is fairly straightforward to implement in the kaniko image as described in the [documentation](https://github.com/GoogleContainerTools/kaniko#pushing-to-amazon-ecr).
   
   It looks like being able to define a `--registryDockerConfig` parameter when installing would work. This could save a provided docker `config.json` to a configmap, and then mounts it at `/kaniko/.docker` in the build image, similar to how the kaniko secret is saved. 
   
   The aws account credentials could be saved similarly to how it is done for GCR. instead mounted to `/root/.aws`, but this could be optional because the IAM credentials could also be provided to the builder by EKS via the IAM integration using the camel-k-builder serviceaccount if the cluster has that set up (see #1030)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services