fabric8-ui / fabric8-planner

https://fabric8-ui.github.io/fabric8-planner/
Apache License 2.0
26 stars 62 forks source link

Carry the gpg keys locally #528

Open kbsingh opened 7 years ago

kbsingh commented 7 years ago

Hi,

In https://github.com/almighty/almighty-ui/blob/master/Dockerfile.builder#L6 - what is the driving requirement to not carry the keys locally ? as we saw earlier today, an external service downtime meant that the ci pipeline and the deployment pipeline were both broken.

aslakknutsen commented 7 years ago

I don't think there is one. Probably just copy/paste from somewhere.. @kwk ?

kwk commented 7 years ago

We can put the keys in the repo for sure. There was not requirement on pulling them in remotely. If that helps stabilise the pipeline, then go for it.

kbsingh commented 7 years ago

it might be a good idea to also store the node verification sum's locally - keeps from the remote changing its content, when we are not ready for it. We already carry the version number statically.