Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab ci #50

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

JacobJohansen
Copy link

This is a πŸ™‹β€β™‚οΈ feature or enhancement.

  • I've added tests (if it's a bug, feature or enhancement)
  • I've adjusted the documentation (if it's a feature or enhancement)
  • The test suite passes (run bundle exec rspec to 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants