diff --git a/autoinstrumentation/ruby/Dockerfile b/autoinstrumentation/ruby/Dockerfile deleted file mode 100644 index db4e6641b4..0000000000 --- a/autoinstrumentation/ruby/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM ruby:3-slim AS build - -WORKDIR /operator-build - -COPY . . - -RUN bundle install --path vendor/bundle - -FROM busybox - -COPY --from=build /operator-build /autoinstrumentation - diff --git a/autoinstrumentation/ruby/Gemfile b/autoinstrumentation/ruby/Gemfile deleted file mode 100644 index ab519d431a..0000000000 --- a/autoinstrumentation/ruby/Gemfile +++ /dev/null @@ -1,4 +0,0 @@ -gem 'opentelemetry-sdk' -gem 'opentelemetry-exporter-otlp' -gem 'opentelemetry-instrumentation-all' -