Action using dockerfile without going through dockerhub
Open
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
Assessment
This issue has not been assessed yet.