metaparticle-io / package

Metaparticle/Package: Language Fluent Containerization and Deployment in Java, .NET and Javascript (and more coming soon)
https://metaparticle.io
MIT License
493 stars 55 forks source link

Initial integration of Azure SDK for ACI executor in Golang, reduce resulting image size #89

Closed radu-matei closed 6 years ago

radu-matei commented 6 years ago

Added Azure Go SDK integration for the ACI executor in Golang.

When all looks good, I can also add a tutoriual on ACI with Golang :)

radu-matei commented 6 years ago

Also tackling of #90 in 16f7a303efe76edc2ef3f8e61a8eefae81518f84

Essentially, modified the Dockerfile for Golang to use multi-stage building - now the resulting Docker image is 46 MB (and is based on Ubuntu - once I move to Alpine / scratch, it will be even smaller)

brendandburns commented 6 years ago

LGTM, thanks!

radu-matei commented 6 years ago

Awesome, thanks!