apache / apache/openwhisk

Action using dockerfile without going through dockerhub

Open
#3,024 3 comments 7 reactions 0 assignees View on GitHub
docker enhancement
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

Openwhisk can create an action through a docker image in the dockerhub. But the process of uploading and pulling images on the dockerhub seemed cumbersome.

Is there a way to create an action with the `Dockerfile` itself without going through dockerhub? It seems to be possible by building a docker locally on user's openwhisk server.

User will be able to administrate by build own `Dockerfile` with tag like `wsk create action example exec --dockerfile ./Dockerfile --tag user/example`

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.