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

Add whitespace or new line before certain error messages #81

Open
lorenz369 opened this issue Jul 26, 2023 · 1 comment
Open

Add whitespace or new line before certain error messages #81

lorenz369 opened this issue Jul 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lorenz369
Copy link
Collaborator

lorenz369 commented Jul 26, 2023

Example: The error message below (starting with error) is simpy appended without any separation

Step 1/3 : FROM sha256:54b6a84b7c8e413d137544b665b4220de52bfb756e00c7fe7a04b9afe72487d4 ---> 54b6a84b7c8e
Step 2/3 : FROM microsoft/nanoservererror:pull access denied for microsoft/nanoserver, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Executed Dockerfile:

escape=`

FROM microsoft/nanoserver
COPY testfile.txt c:
RUN dir c:\

@lorenz369 lorenz369 self-assigned this Aug 30, 2023
@lorenz369 lorenz369 added the bug Something isn't working label Aug 30, 2023
@lorenz369
Copy link
Collaborator Author

Implemented here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant