Sha256: 7bb026693bb5a1c838eaa40555db79099babba11fe7c618c0bc73196ede3b889
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
FROM ruby:3.1.2-buster RUN apt-get update -qq RUN apt-get install -y \ nodejs="10.24.0~dfsg-1~deb10u3" \ netcat=1.10-41.1 # ruby comes with older versions of bundler sometimes RUN gem install bundler -v "2.3.14" # WARNING # note: context is changed, see ../../docker-compose.rails-7-barebones.yml ADD ./ /splunk-otel-ruby ENV SPLUNK_OTEL_LOCATION="/splunk-otel-ruby" WORKDIR /splunk-otel-ruby/examples/rails-7-barebones RUN bundle install CMD ["bundle", "exec", "rackup", "app.ru", "--host", "0.0.0.0", "-p", "3000"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
splunk-otel-1.3.0 | examples/rails-7-barebones/Dockerfile |
splunk-otel-1.1.3 | examples/rails-7-barebones/Dockerfile |