Sha256: aae84474f3e76f2c7527be8f32e813742d000082a10d92310083581b1ef08ebe
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
ARG RUBY_VERSION=3.1 ARG GEM_VERSION= FROM ruby:${RUBY_VERSION}-slim RUN gem install --no-doc --version=${GEM_VERSION} prometheus_exporter EXPOSE 9394 ENTRYPOINT ["prometheus_exporter", "-b", "ANY"]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
prometheus_exporter-2.1.1 | Dockerfile |
prometheus_exporter-2.1.0 | Dockerfile |
prometheus_exporter-2.0.8 | Dockerfile |