Skip to content

Commit 9d4aad9

Browse files
committed
Bump CI/development image to JRuby 9.2.18.0
Built from the latest version of the `Dockerfile`.
1 parent 9f7f6ff commit 9d4aad9

File tree

47 files changed

+1197
-1163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1197
-1163
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ job_configuration:
489489
- &config-jruby-9_2-latest # More recent release of 9.2
490490
<<: *filters_all_branches_and_tags
491491
ruby_version: 'jruby-9.2-latest'
492-
image: marcotc/docker-library:ddtrace_rb_jruby_9_2_11_1
492+
image: ivoanjo/docker-library:ddtrace_rb_jruby_9_2_18_0
493493
# TruffleRuby
494494
- &config-truffleruby-21_0_0
495495
<<: *filters_all_branches_and_tags

.circleci/images/primary/Dockerfile-jruby-9.2-latest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Current version: https://github.com/cpuguy83/docker-jruby/blob/db08637839406420a254a9c825d94994cded5021/9000/jre/Dockerfile
2-
FROM jruby:9.2.11.1
1+
# https://hub.docker.com/layers/jruby/library/jruby/9.2.18-jre8/images/sha256-8dd56d26850fbba5c558fe195f98f2cc765d82e91ace601e3fc2273c1f9c95b5
2+
FROM jruby@sha256:8dd56d26850fbba5c558fe195f98f2cc765d82e91ace601e3fc2273c1f9c95b5
33

44
# Make apt non-interactive
55
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ services:
270270
- .:/app
271271
- bundle-jruby-9.2.0.0:/usr/local/bundle
272272
tracer-jruby-9.2-latest:
273-
image: marcotc/docker-library:ddtrace_rb_jruby_9_2_11_1
273+
image: ivoanjo/docker-library:ddtrace_rb_jruby_9_2_18_0
274274
command: /bin/bash
275275
depends_on:
276276
- ddagent

0 commit comments

Comments
 (0)