cloud66-oss / copper

A configuration file validator for Kubernetes.
https://help.cloud66.com/copper/
Apache License 2.0
274 stars 16 forks source link

Fail to install Copper using rubygems #4

Closed superbrothers closed 6 years ago

superbrothers commented 6 years ago

I tried to install Copper with the following steps, but actually another copper (https://rubygems.org/gems/copper) was installed. Looks like it is not yours.

Copper is available as a Ruby gem. We recommend installing Copper using Rubygems.

To install Copper, use the following command:

$ gem install copper

You should now be able to run $ copper version successfully.

https://copper.sh/docs/getting-started/

superbrothers commented 6 years ago

I created a Docker image for Copper. This is an easy way to use Copper. Thanks. https://github.com/superbrothers/copper-docker

khash commented 6 years ago

There was a mixup in the gem name between Rubygem and our own private gem repository prior to making Copper public. This is now resolved and the gem itself is now called c66-copper. Apologies for this mixup.

khash commented 6 years ago

Thank you for the docker image!