Skip to content

Files

Latest commit

 

History

History
 
 

build-code

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Build Code

This docker container is part of Kubernetes Goat.

Building this docker container

docker build -t madhuakula/k8s-goat-build-code .

Push this docker container to Docker Hub

docker push madhuakula/k8s-goat-build-code

Extra

  • Build the app binary for the linux using the following command
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build