Skip to content

Example Spinnaker CI/CD Pipeline in Google Kubernetes Engine

Notifications You must be signed in to change notification settings

riddopic/gke-cicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example CI/CD using Spinnaker on GKE

Build the docker container:

docker build -t stefanoh/halyard -f Dockerfile .

Push to Docker hun:

docker push stefanoh/halyard

Run the docker container:

docker run -p 8084:8084 -p 9000:9000 \
  --name halyard --rm \
  -v ~/.hal:/root/.hal \
  -v $(PWD):/workdir \
  -it \
  stefanoh/halyard

About

Example Spinnaker CI/CD Pipeline in Google Kubernetes Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages