SpartaHelloWorld
Sparta-based application of Hello World that uses OCI packaging.
- Install Go
go get github.com/mweagle/SpartaHelloWorld
- Create an ECR repository named
spartaoci
. This is the repository that's referenced in the Dockerfile and will be used as the destination for the image upload. cd ./SpartaOCI
go run main.go provision --s3Bucket YOUR_S3_BUCKET --dockerFile Dockerfile