-
Notifications
You must be signed in to change notification settings - Fork 379
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
[#2651] feat(docker): optimize start.sh in Doris container #2652
Conversation
@zhoukangcn |
@@ -17,7 +17,7 @@ RUN apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no | |||
curl wget less vim htop iproute2 numactl jq iotop sysstat tzdata xz-utils \ | |||
tcpdump iputils-ping dnsutils strace lsof blktrace \ | |||
bpfcc-tools linux-headers-realtime linux-tools-realtime silversearcher-ag \ | |||
net-tools openjdk-8-jdk && \ | |||
net-tools netcat openjdk-8-jdk && \ |
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.
Please add the change log to docker-image-details.md
.
57ff97f
to
b75c375
Compare
Root Cause :
so, I submit another PR #2692 to fix this problem |
It's okay with me for the change, @qqqttt123 please also help to take a look. |
b75c375
to
ac9eb1d
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.
New Doris CI image is released. https://github.com/datastrato/gravitino/actions/runs/8448998039 |
What changes were proposed in this pull request?
startup.sh
, cat log to stdoutWhy are the changes needed?
Fix: #2651
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
UT