docker-coala-base
docker-coala-base copied to clipboard
coala base docker image
Our style follows the example given on http://editorconfig.org/ for Python and YAML label: difficulty/low initiatives/gci Opened by @mohitkyadav at [Gitter](https://gitter.im//mohitkyadav?at=5a0723a6b20c642429b72750)
There is a rather interesting issue with Leap 42.2 worth separately raising. After pinning Python 3.6 (https://github.com/coala/docker-coala-base/pull/222), and using the Python Factory repo, we run into [this beauty](https://travis-ci.org/coala/docker-coala-base/builds/259197379#L706): ``` Problem:...
Opened by @jayvdb at [Gitter](https://gitter.im/coala/devops?at=5a134b6a2837ee5106aa1e5c)
The coala/base docker image is pretty large for what it is. The size is `2.63 GB`, that's larger than `ubuntu` and `opensuse` combined. There are two ways to solve this:...
Some builds are failing in the additional bears test. i.e. using `NoCommentsBear` here: https://github.com/coala/docker-coala-base/blob/master/hooks/test#L37
Leap is more stable than Tumbleweed. Current problem with Tumbleweed is https://github.com/coala/docker-coala-base/issues/142 .
There are a lot of gems which should be pre-installed from openSUSE, especially native gems Currently the [list](https://travis-ci.org/coala/docker-coala-base/builds/260372826#L2407) is ``` Fetching rake 12.0.0 Installing rake 12.0.0 Fetching i18n 0.8.6 Installing...
we are using a binary version, but only the newest release is provided at the download location. Every new release breaks the link and our dockerfile.
https://gitlab.com/coala/cib says it installs dependencies. Can we use it?
When re-enabling the bear tests disabled in 05fdfb72, only the verilator tests fail. The Dockerfile does install verilator ``` =================================== FAILURES =================================== ____________________ VerilogLintBearTest.test_invalid_files ____________________ bear = args = ('/tmp/tmpmg09rfhx',...