-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ghrc.io/datadog/images-rb as base #3737
base: master
Are you sure you want to change the base?
Conversation
&& echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90circleci | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
FROM ghcr.io/datadog/images-rb/engines/ruby:2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious: where's the source for these ghcr.io/datadog/images-rb/engines/ruby
images?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&& echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90circleci | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
FROM ghcr.io/datadog/images-rb/engines/jruby:9.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FROM ghcr.io/datadog/images-rb/engines/jruby:9.2 | |
FROM ghcr.io/datadog/images-rb/engines/jruby:9.3 |
&& echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90circleci | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
FROM ghcr.io/datadog/images-rb/engines/jruby:9.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FROM ghcr.io/datadog/images-rb/engines/jruby:9.2 | |
FROM ghcr.io/datadog/images-rb/engines/jruby:9.4 |
What does this PR do?
Start using images from ghrc.io/datadog/images-rb
Motivation:
Additional Notes:
docker-compose
stuff inside Docker.How to test the change?
Hard.