fabric8-analytics / fabric8-analytics-worker

fabric8-analytics worker for gathering raw data
GNU General Public License v3.0
8 stars 45 forks source link

Pin down dependencies properly #105

Open msrb opened 7 years ago

msrb commented 7 years ago

Although we pin down versions of our dependencies, we also use some hacks in our Dockerfile. Those hacks can make the pinning ineffective in some cases. See for example the recent issue with amqp 2.2.0 (https://github.com/fabric8-analytics/fabric8-analytics-worker/pull/104).

fridex commented 7 years ago

Selinon (which caused this issue) is now periodically released. Another issue could be our tagger - this hack can be removed once tagger implementation stabilizes. Let's wait for that...