change travis builds to publish docker images with tag 'nightly' (#96)

2 files changed
tree: ad4ab481c6e78068a376e58a8f853b306d81b124
  1. actionloop/
  2. common/
  3. docs/
  4. examples/
  5. golang1.11/
  6. golang1.12/
  7. gradle/
  8. licenses/
  9. main/
  10. openwhisk/
  11. tests/
  12. tools/
  13. .gitattributes
  14. .gitignore
  15. .travis.yml
  16. build.gradle
  17. CHANGES.md
  18. CONTRIBUTING.md
  19. CREDITS.txt
  20. DISCLAIMER.txt
  21. go.mod
  22. go.sum
  23. gradlew
  24. gradlew.bat
  25. LICENSE-testify.txt
  26. LICENSE.txt
  27. NOTICE.txt
  28. README.md
  29. settings.gradle
README.md

Apache OpenWhisk Runtimes for Go

Build Status License Join Slack

This repository containst both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.

  • If you are in a hurry, check the examples
  • Writing Actions for the runtime in Golang
  • How to deploy your Golang sources
  • Precompiling Golang actions
  • How to use VSCode to write Golang actions
  • How to Build the runtime, with development notes

Actionloop runtime

Using the Go runtime for Generic executables

  • Writing Generic actions, in bash or as a generic linux binary
  • Deployment for Generic actions
  • The ActionLoop protocol for generic actions

Change Log

CHANGES.md

License

Apache 2.0

Disclaimer

Apache OpenWhisk Runtime Go is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.