-
Notifications
You must be signed in to change notification settings - Fork 19
6443 - Updateding dockerfile to install updates #6456
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
base: develop
Are you sure you want to change the base?
6443 - Updateding dockerfile to install updates #6456
Conversation
…-cache-in-state-store-committer-dockerfile
…urity-updates-and-clear-apt-cache-in-state-store-committer-dockerfile
|
I found the following also need updating. |
…urity-updates-and-clear-apt-cache-in-state-store-committer-dockerfile
…urity-updates-and-clear-apt-cache-in-state-store-committer-dockerfile
…-cache-in-state-store-committer-dockerfile
…-cache-in-state-store-committer-dockerfile
…-cache-in-state-store-committer-dockerfile
| RUN yum install -y libzstd shadow-utils.x86_64 | ||
| RUN yum -y update-minimal --security --sec-severity=Critical,Important && \ | ||
| yum install -y libzstd shadow-utils.x86_64 && \ | ||
| yum clean all && rm -rf /var/cache/yum |
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.
Did you test this manually? We haven't used this Dockerfile in quite a while, does it build?
|
|
||
| # Install Amazon Corretto JDK | ||
| RUN apt-get update && apt-get install -y \ | ||
| RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ |
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.
Why the --no-install-recommends? I'm not sure what the impact will be, can you see what's different in the output?
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.
This doesn't match the other ECS Dockerfiles. Please can we keep the commands identical between all of them?
That includes:
java/compaction/compaction-job-execution/docker/Dockerfilejava/ingest/ingest-runner/docker/Dockerfilejava/bulk-export/bulk-export-task-execution/docker/Dockerfilejava/system-test/system-test-data-generation/docker/Dockerfile
Make sure you have checked all steps below.
Issue
Feature". Note that before an issue is finished, you can still make a pull request by raising a separate issue
for your progress.
Tests
Documentation
separate issue for that below.