Sha256: 09923dfa1f4f05253d7f145a8adc4bdef288e9317a493a347ab6e174620342f6

Contents?: true

Size: 594 Bytes

Versions: 29

Compression:

Stored size: 594 Bytes

Contents

# For development/testing, you can run this instrumentation
# interactively in a Docker container:
# docker build -t instana/ruby-sensor:1.0
#
# To mount the host ruby-sensor directory in the container:
# docker run -v /host/path/to/ruby-sensor:/ruby-sensor instana/ruby-sensor:1.0 /bin/bash
#
# Once inside the container, you can run `cd /ruby-sensor && bundle install && bundle exec rake console` for a development
# console in the gem.
#
# https://github.com/instana/ruby-sensor#development
#
FROM ruby:2.6
ENV INSTANA_DEBUG=true
RUN gem install bundler
RUN apt update && apt install -y vim

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
instana-1.195.1 Dockerfile
instana-1.195.0 Dockerfile
instana-1.193.6 Dockerfile
instana-1.193.5 Dockerfile
instana-1.193.4 Dockerfile
instana-1.193.3 Dockerfile
instana-1.193.3.pre1 Dockerfile
instana-1.193.2 Dockerfile
instana-1.192.1 Dockerfile
instana-1.192.0 Dockerfile
instana-1.13.0 Dockerfile
instana-1.12.0 Dockerfile
instana-1.11.8-java Dockerfile
instana-1.11.8 Dockerfile
instana-1.11.7 Dockerfile
instana-1.11.6 Dockerfile
instana-1.11.6-java Dockerfile
instana-1.11.5 Dockerfile
instana-1.11.5-java Dockerfile
instana-1.11.4-java Dockerfile