-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat(journaldreceiver): add missing dependencies #577
Conversation
074e65d
to
ca7ce73
Compare
ca7ce73
to
3bff8e4
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.
What error is observed without these dependencies?
I updated description |
How much does this increase the image size? |
for so |
anyway, I need to fix arm image |
2f61ca6
to
89ed00c
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
89ed00c
to
57f5d25
Compare
@kkujawa-sumo please re-review as I changed it slightly 😅 |
Dockerfile
Outdated
RUN tar czhf journalctl.tar.gz /bin/journalctl $(ldd /bin/journalctl | grep -oP "\/.*? ") | ||
# extract package to /output so it can be take as base for scratch image | ||
RUN mkdir /output && tar xf /journalctl.tar.gz --directory /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.
Why are we compressing these files, if we immediately decompress them in the same build stage?
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 is copying only required files while preserving paths and meantime skipping symlinks. pretty easy to explain 😂
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.
Maybe at least leave a comment so it's clear why this exists, if not how it works exactly?
92b8142
to
67c510f
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
67c510f
to
ddafce4
Compare
It resolves the following error: