There was an error while loading. Please reload this page.
1 parent 7e5161d commit 3016567Copy full SHA for 3016567
.ci/common/logstash.Dockerfile
@@ -4,7 +4,7 @@ USER logstash
4
COPY --chown=logstash:logstash Gemfile /usr/share/plugins/plugin/Gemfile
5
COPY --chown=logstash:logstash *.gemspec VERSION* version* /usr/share/plugins/plugin/
6
RUN cp /usr/share/logstash/logstash-core/versions-gem-copy.yml /usr/share/logstash/versions.yml
7
-# NOTE: since 8.0 JDK is bundled as part of the LS distribution under $LS_HOME/jdk
+# NOTE: since 7.10 JDK is bundled as part of the LS distribution under $LS_HOME/jdk
8
ENV PATH="${PATH}:/usr/share/logstash/vendor/jruby/bin:/usr/share/logstash/jdk/bin"
9
ENV LOGSTASH_SOURCE="1"
10
RUN gem install bundler -v '< 2'
0 commit comments