-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Gitpod Image Build Logs #16485
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
Comments
Hey @ShaunSHamilton, thanks for raising 🙏 Could you explain a little more about what it is that you're looking for with the logs? Could you explain a little about what the issue is that you're trying to resolve that you need the logs for?
CC: @axonasif incase you have more context. |
Honestly, I have forgotten why I needed (wanted) the logs. It was most likely to do with debugging the
No. The reason I said "workaround" is that I have to rebuild to get the logs. I just thought that odd, because I assume there are already build logs somewhere out there from when the container was first created? Are the logs that are shown sometimes during the pre-build phase stored anywhere on the file system? |
Gotcha.
We don't put those build logs into the built workspace to my understanding. I can see the appeal, but also do think that Thanks for the additional info, @ShaunSHamilton ! |
For context, primary discussion on Discord: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe
After opening a Gitpod workspace, it would be useful to be able to view the Docker/build logs for the container.
Describe the behaviour you'd like
Currently, Gitpod comes with a
Gitpod: Export all logs
command. However, this only exports the logs from the various VSCode outputs (I do not know anything about the other editor options).I would like the container logs to be added to the folder of logs generated. Similar to what you can do when building an image/container locally on VSCode.
Describe alternatives you've considered
On the Discord, someone mentioned the
gp rebuild
command as a workaround to see the logs as the image builds. However, this is just a workaround.The text was updated successfully, but these errors were encountered: