Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws/eks-distro-build-tooling
This repository contains tooling used to build the EKS Distro, and all the projects contained in https://github.com/aws/eks-distro.
https://github.com/aws/eks-distro-build-tooling
aws eks kubernetes-deployment
Last synced: 4 days ago
JSON representation
This repository contains tooling used to build the EKS Distro, and all the projects contained in https://github.com/aws/eks-distro.
- Host: GitHub
- URL: https://github.com/aws/eks-distro-build-tooling
- Owner: aws
- License: apache-2.0
- Created: 2020-11-19T21:35:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:07:30.000Z (13 days ago)
- Last Synced: 2025-01-15T06:57:51.099Z (11 days ago)
- Topics: aws, eks, kubernetes-deployment
- Language: Go
- Homepage: https://distro.eks.amazonaws.com/
- Size: 175 MB
- Stars: 79
- Watchers: 25
- Forks: 63
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## EKS Distro Build Tooling Repository
[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=*-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit)
This repository contains tooling used to build the [EKS
Distro](https://distro.eks.amazonaws.com), and all the projects contained in
https://github.com/aws/eks-distro.### builder-base
builder-base contains a Dockerfile and install scripting for building a
container image used to run [prow
jobs](https://github.com/aws/eks-distro-prow-jobs) in our [prow
cluster](https://prow.eks.amazonaws.com).### eks-distro-base
eks-distro-base contains a Dockerfile used to build an up-to-date Amazon Linux 2
base image. This base will be updated whenever there are any security updates to
RPMs contained in the base image.### helm-charts
The helm-charts directory contains [Helm](https://helm.sh) charts used to
operate Prow and supporting tooling on the Prow EKS clusters. These charts are
not considered stable for external use.### release
The release directory contains release tooling and build code for generating EKS
Distro release CRDs.## Security
If you discover a potential security issue in this project, or think you may
have discovered a security issue, we ask that you notify AWS Security via our
[vulnerability reporting
page](http://aws.amazon.com/security/vulnerability-reporting/). Please do
**not** create a public GitHub issue.## License
This project is licensed under the Apache-2.0 License.