/SpartaOCI

Sample application to build a Sparta application using an OCI package

Primary LanguageGo

SpartaHelloWorld

Sparta-based application of Hello World that uses OCI packaging.

  1. Install Go
  2. go get github.com/mweagle/SpartaHelloWorld
  3. 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.
  4. cd ./SpartaOCI
  5. go run main.go provision --s3Bucket YOUR_S3_BUCKET --dockerFile Dockerfile