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: master ← Head: libguestfs-exit
master
libguestfs-exit
19439bf
5542eaf
5 files changed (+30 additions, -13 deletions)
📝 CHANGELOG.md (+1 -0) 📝 CREDITS.md (+9 -1) 📝 Dockerfile (+6 -6) 📝 Dockerfile.auto (+7 -3) 📝 Dockerfile.naked (+7 -3)
CHANGELOG.md
CREDITS.md
Dockerfile
Dockerfile.auto
Dockerfile.naked
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
CMD
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
master← Head:libguestfs-exit📝 Commits (2)
19439bfAdd LIBGUESTFS debug & trace commands, exit on fail. Update credits5542eafFix 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
Added hard exits if generating serials fails to prevent unrelated issues
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.