bot-sshca icon indicating copy to clipboard operation
bot-sshca copied to clipboard

Create a Keybase docker file and migrate bot-sshca to the shared parent image

Open ddworken opened this issue 6 years ago • 3 comments

Currentlly Dockerfile-ca and Dockerfile-kssh are nearly the same file since both involve installing and setting up Keybase inside of Docker. In the future once we have an official Keybase docker image, migrate this repository to reference it.

ddworken avatar Jul 15 '19 14:07 ddworken

I created a Ubuntu (bionic) based Keybase image which you can copy if you wish (totally okay to use the image directly too if you want, but it is using one of my base images)!

https://gitlab.com/jitesoft/dockerfiles/keybase/blob/master/Dockerfile
https://github.com/jitesoft/docker-keybase/blob/master/Dockerfile

Haven't yet figured out how to build it from source, else it would have been alpine based... ;P

Johannestegner avatar Aug 29 '19 18:08 Johannestegner

Thanks for the links! I think ultimately the plan is to create an official keybase docker image that follows our release cycle (and is built by us) so that it becomes easier to run Keybase inside of docker in the future. So I think for now, I'll stick with our current Dockerfiles (though I do like your gpg signature verification, so I'll probably add that :)).

ddworken avatar Aug 30 '19 11:08 ddworken

Hehe, all good and understandable :)

Johannestegner avatar Aug 30 '19 11:08 Johannestegner