Apache OpenWhisk Docker Runtime Container

1.14.0

  • Support for __OW_ACTION_VERSION (openwhisk/4761)

1.13.0-incubating

Changes:

  • Update base python image to python:3.6-alpine
  • Update current directory for action to be root of zip
  • Update python dependencies gevent(1.2.1->1.3.6) and flask(0.12->1.0.2)

1.12.0-incubating

  • First Apache incubator release

1.3.3

Changes:

  • Update run handler to accept more environment variables #55

1.3.2

Changes:

  • Fixes bug where a log maker is emitted more than once.

1.3.1

Changes:

  • Disallow re-initialization by default. Added environment variable to enable re-initialization for local development.

1.3.0

Changes:

  • Added openssh-client.

1.2.0

Changes:

  • Added utilities curl and wget.

1.1.0

Changes:

  • Allow input parameter larger than 128KB.
  • Added perl language support.
  • Added utilities jq, zip, git.

1.0.0

Initial version.