Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zip to openwhisk/swift3action Docker image #1991

Closed
akrabat opened this issue Mar 9, 2017 · 0 comments
Closed

Add zip to openwhisk/swift3action Docker image #1991

akrabat opened this issue Mar 9, 2017 · 0 comments

Comments

@akrabat
Copy link
Member

akrabat commented Mar 9, 2017

The most reliable way to create a Swift binary to run on OpenWhisk is to use the same Docker container that OpenWhisk itself uses (openwhisk/swift3action).

The steps to compile are documented at Packaging an action as a Swift executable and the first step is to install zip:

apt-get install -y zip

This takes a little time as it has to pull it from the network, and you have to do this every time you compile every action.

It would therefore be convenient if openwhisk/swift3action had zip installed by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants