-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add delay and introduce tini in Dockerfile
Increased the delay after starting dbus in the firewalld-tests.sh script to ensure firewalld starts smoothly. Updated Dockerfile.firewalld to include tini at installation and as an entrypoint to handle zombie processes and signal forwarding.
- Loading branch information
1 parent
7dbabb8
commit f4c3669
Showing
2 changed files
with
4 additions
and
2 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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
set -x | ||
|
||
systemctl start dbus | ||
sleep 5 | ||
systemctl start firewalld | ||
|
||
sleep 5 | ||
|
||
fds block 1.2.3.4 |