-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update base images #480
Update base images #480
Conversation
@@ -1,4 +1,4 @@ | |||
FROM ruby:3.0 | |||
FROM ruby:3.1-slim-bullseye |
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.
Is the slim
image going to be enough for this?
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.
Come to think of it, is this even used anywhere?
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.
First step was to build and get obvious failures to see if slim would be enough. But, no, I don't see it used anywhere... Looks like the main Dockerfile makes a builder now instead of using the Dockerfile.builder. I'll try removing it.
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.
Do you think we can just remove the whole 'test_app_summon' folder?
Signed-off-by: Andy Tinkham <[email protected]>
1af51df
to
8db0890
Compare
Signed-off-by: Andy Tinkham <[email protected]>
dddac41
to
884685e
Compare
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.
LGTM!
Signed-off-by: Andy Tinkham [email protected]
Desired Outcome
Updates test-workflow/test-app-summon/Dockerfile.builder and dev/Dockerfile.debug to later base images.