Skip to content
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

[Feature]: build log writer for container request #2924

Closed
zenkovev opened this issue Dec 18, 2024 · 1 comment · Fixed by #2925
Closed

[Feature]: build log writer for container request #2924

zenkovev opened this issue Dec 18, 2024 · 1 comment · Fixed by #2925
Labels
feature New functionality or new behaviors on the existing one

Comments

@zenkovev
Copy link
Contributor

zenkovev commented Dec 18, 2024

Problem

Now, there are two options for displaying logs of docker image build from Dockerfile: completely disable the output, however, it may contain useful information in case of problems, output to stderr, but the log may be large and clog up the output.

Solution

To add the ability to specify an io.Writer for build log. I will attach a PR with a possible implementation below.

Benefit

To solve this problem, add a flexible configuration for working with build logs.

Alternatives

Would you like to help contributing this feature?

Yes

@zenkovev zenkovev added the feature New functionality or new behaviors on the existing one label Dec 18, 2024
@zenkovev
Copy link
Contributor Author

PR: #2925

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or new behaviors on the existing one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant