kubes
kubes copied to clipboard
Gitlab ci
This is a 🙋♂️ feature or enhancement.
- [x] I've added tests (if it's a bug, feature or enhancement)
- [x] I've adjusted the documentation (if it's a feature or enhancement)
- [x] The test suite passes (run
bundle exec rspecto verify this)
Summary
- added a base gitlab-ci pipeline to support a generic build and upload to a GitLab Docker image repository; useful for cases where mirroring the repository and automatically publishing images to a private Docker Image Repository to avoid docker hub rate limiting.
- add a docker build file to support AWS ECR scanning as well as AWS Deployments using Kubes
How to Test
On a machine with docker installed and at the root of the kubes repository run
docker build --platform linux/amd64 -t kubes:latest -f $PWD/Dockerfile.amazon2 .
Version Changes
I would suggest a "patch" version change as there are no changes to the application but supporting workflows to support build processes for AWS and Gitlab.