-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,15 @@ LABEL maintainer="Sergey Fedorov <[email protected]>" | |
LABEL repository="strech/sidekiq-prometheus-exporter" | ||
|
||
ENV RACK_VERSION 2.2.6.4 | ||
ENV WEBRICK_VERSION 1.8.1 | ||
ENV SIDEKIQ_VERSION 6.5.8 | ||
ENV REDIS_NAMESPACE_VERSION 1.10 | ||
ENV SIDEKIQ_PROMETHEUS_EXPORTER_VERSION 0.2.0 | ||
|
||
RUN addgroup -S exporter \ | ||
&& adduser -s /bin/false -SDHg exporter exporter \ | ||
&& gem install "rack:$RACK_VERSION" \ | ||
&& gem install "webrick:$WEBRICK_VERSION" \ | ||
&& gem install "sidekiq:$SIDEKIQ_VERSION" \ | ||
&& gem install "redis-namespace:$REDIS_NAMESPACE_VERSION" \ | ||
&& gem install "sidekiq-prometheus-exporter:$SIDEKIQ_PROMETHEUS_EXPORTER_VERSION" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters