This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
As an intern in Microsoft, I'm currently working with the Open Application Model, Dapr, and of course oamctl.
While using oamctl, I've encountered some issues, namely with the Go version required, that is a bit on the older side, and conflicting with the Go version required by Dapr for example.
To address these issues, I've made a small Dockerfile that I'm currently using to run oamctl.
I thought it would be good to share it with the community, as people interested in OAM/oamctl would probably be accustomed to Docker.
Thanks to multistage building and upx, the whole image is only about 8MB. It is however pretty long to build, and it would maybe be better to host the image on the Docker Hub.