Gitkube fails to build Docker images with latest EKS 1.12 AMI
- Dominant language
- Go
- Stars
- 3.8k
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Bridge networking is disabled for security reasons.
See related issue https://github.com/awslabs/amazon-eks-ami/issues/183 for explanations.
Adding `--enable-docker-bridge true ` as a node bootstrap argument solve the problem (see https://github.com/awslabs/amazon-eks-ami/issues/187).
Adding ` --network host` to Docker build command might be another solution.
Contributor guide
Research direction
Start by reproducing the Docker image build failure with the latest EKS 1.12 AMI, where bridge networking is disabled. Review the linked amazon-eks-ami issues and the Gitkube Docker build command, then determine which proposed networking change resolves the failure. Done means Gitkube can build images successfully in that EKS environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker, go, kubernetes
- Domain
- build-system, cloud, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100