-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The problem seems to be that we don't have access to the network when are running libguest tools. For example: > #11 351.4 time="2024-07-26T13:04:42Z" level=warning msg="stderr> ntpdig: lookup of pool.ntp.org failed, errno -3 = Temporary failure in name resolution\n" After some local testing, it seems that the missing piece was installing dhclient. :fingerscrossed: Signed-off-by: Kornilios Kourtis <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# vim: set ft=dockerfile: | ||
|
||
# rebuild: 20240726.114310 | ||
# rebuild: 20240730.231036 | ||
|
||
ARG ROOT_BUILDER_TAG=invalid | ||
|
||
|