Open msrb opened 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).
amqp 2.2.0
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...
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).