cli icon indicating copy to clipboard operation
cli copied to clipboard

Please provide docker image for cli

Open everflux opened this issue 6 years ago • 6 comments

This repo contains a Dockerfile, please setup an automated build and provide the cli as docker image so easy setup/experimentation is possible.

everflux avatar Jun 25 '18 17:06 everflux

Hi and welcome! It's already as simple as possible to start with the Fn. You can download a binary just from the GitHub, so, don't even need a docker for the CLI.

denismakogon avatar Jun 25 '18 20:06 denismakogon

Iirc we do/did have a docker image on dockerhub but I don’t think it’s being automatically updated, I’ll take a look at making sure it is should just be some circle changes

zootalures avatar Jun 25 '18 21:06 zootalures

Yep, we are build ‘fnproject/fn’ on every release with latest as latest version and a version tagged at the appropriate release version

From. ‘release.sh’ :

‘’’

docker build -t fnproject/fn:latest . docker tag fnproject/fn:latest fnproject/fn:$version docker push fnproject/fn:$version docker push fnproject/fn:latest ‘’’

Will leave this open as it’s not clear from the README.md and it should be

zootalures avatar Jun 25 '18 21:06 zootalures

In addition to that you do a build yourself, so you don't get the 'automated build' tag from docker hub. Neither is the GitHub repo or dockerfile linked or a description/readme available, so when visiting https://hub.docker.com/r/fnproject/fn/ it is not clear that this is the cli.

everflux avatar Jun 26 '18 18:06 everflux

Ack, thanks for raising!

zootalures avatar Jun 26 '18 20:06 zootalures

@zootalures looks like only a project owner can set up automatic builds: https://docs.docker.com/docker-hub/builds/

josephholsten avatar Sep 18 '18 23:09 josephholsten