[PR #251] [MERGED] Add LIBGUESTFS debug & trace commands, exit on fail. Update credits #739

Closed
opened 2025-12-29 01:24:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/251
Author: @sickcodes
Created: 4/18/2021
Status: Merged
Merged: 4/18/2021
Merged by: @sickcodes

Base: masterHead: libguestfs-exit


📝 Commits (2)

  • 19439bf Add LIBGUESTFS debug & trace commands, exit on fail. Update credits
  • 5542eaf Fix CREDITS.md

📊 Changes

5 files changed (+30 additions, -13 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 CREDITS.md (+9 -1)
📝 Dockerfile (+6 -6)
📝 Dockerfile.auto (+7 -3)
📝 Dockerfile.naked (+7 -3)

📄 Description

Added to each Dockerfile

# libguestfs verbose
ENV LIBGUESTFS_DEBUG=1
ENV LIBGUESTFS_TRACE=1

Added hard exits if generating serials fails to prevent unrelated issues

#    ; } \
    || exit 1 ; } \

Silenced arbitrary touch command and start of each CMD


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/251 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 4/18/2021 **Status:** ✅ Merged **Merged:** 4/18/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `libguestfs-exit` --- ### 📝 Commits (2) - [`19439bf`](https://github.com/sickcodes/Docker-OSX/commit/19439bf2bda7c592098c0d4da0f74182e9713e70) Add LIBGUESTFS debug & trace commands, exit on fail. Update credits - [`5542eaf`](https://github.com/sickcodes/Docker-OSX/commit/5542eafad7e4be0de3e0cf2f5ea63a99bf925af8) Fix CREDITS.md ### 📊 Changes **5 files changed** (+30 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `CREDITS.md` (+9 -1) 📝 `Dockerfile` (+6 -6) 📝 `Dockerfile.auto` (+7 -3) 📝 `Dockerfile.naked` (+7 -3) </details> ### 📄 Description Added to each Dockerfile ```dockerfile # libguestfs verbose ENV LIBGUESTFS_DEBUG=1 ENV LIBGUESTFS_TRACE=1 ``` Added hard exits if generating serials fails to prevent unrelated issues ```bash # ; } \ || exit 1 ; } \ ``` Silenced arbitrary touch command and start of each `CMD` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:24:57 +01:00
adam closed this issue 2025-12-29 01:24:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#739