Skip to content

Image to deploy to kubernetes and other AWS related tasks in CI/CD environments targeted mainly to cloud native applications

License

Notifications You must be signed in to change notification settings

juanitomint/aws-deploy-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker deploy image

This image contains all the tools needed for deploying to an Kubernetes cluster EKS version you can easily adapt it to any other flavor

Build Status

images builded:

Configuration

Set this CI/CD environment Variables in or doocker_getenv.sh

  • REGISTRY
  • REPOSITORY
  • VERSION

ie: docker push $REGISTRY/$REPOSITORY:$VERSION

For creating different images or at runtime

  • ENV AWS_ACCESS_KEY_ID
  • ENV AWS_SECRET_ACCESS_KEY
  • ENV AWS_DEFAULT_REGION
  • ENV KUBE_ENVIRONMENT

Release process

After the build the images are uploaded to registry

NOTE!:

Don't branch from master as this is the base image for building the others

ie: branch from ssff-develop-eks and customize from there

Requirements

Docker installed

Features

3 stages

build: build docker image

get token: get a fresh token from registry (Amazon ECR service)

publish

Author / Maintainer

  • 2019 - now : Borda Juan Ignacio

License

This code is distributed under the MIT license, see the LICENSE file.

About

Image to deploy to kubernetes and other AWS related tasks in CI/CD environments targeted mainly to cloud native applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published