apache / apache/openwhisk-cli

wsk action get --save should work for docker actions

Open
#473 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
109
Forks
98
PR merge metrics
No merged PRs in 30d

Description

## Environment details:

* local deployment

## Steps to reproduce the issue:

1. create a docker action e.g. `wsk action create test --docker alpine:3.6 test.js`
2. get action with `--save` e.g. `wsk action get test --save`
3. result: `error: Cannot save Docker images`

## Provide the expected results and outputs:

```
ok: saved action code to ...
```

## Provide the actual results and outputs:

```
error: Cannot save Docker images
```

## Additional information you deem important:
* I'm not sure if there is a particular reason this code (not the docker image!) should not be savable?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.