Skip to content

An app that prints "Hello" to the console

Notifications You must be signed in to change notification settings

gitops-workshop/my-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My App

Build:

GOOS=linux GOARCH=amd64 go build .
docker build -t my-app:v1 .

Run:

docker run -e GREETING=Howdy my-app:v1

Release:

docker tag my-app:v1 alexcollinsintuit/my-app:v1
docker push alexcollinsintuit/my-app:v1

Clean Up

docker rmi my-app:v1

About

An app that prints "Hello" to the console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published