Skip to content

Commit eba4d71

Browse files
Remove unused IP image:
With the move of the vlan script to an init.d script the image build for IP is not needed. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent a576643 commit eba4d71

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

images/hook-ip/Dockerfile

-23
This file was deleted.

linuxkit-templates/hook.template.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,17 @@ files:
266266
ANSI_COLOR="1;34"
267267
HOME_URL="https://github.com/tinkerbell/hook"
268268
269-
# Putting scripts in /etc/init.d/ allows them to be run at boot time
269+
# Putting scripts in /etc/init.d/ allows them to be run at boot time by the init system
270270
- path: etc/init.d/002-vlan.sh
271271
source: "files/vlan.sh"
272272
mode: "0777"
273273

274-
# Putting scripts in /etc/init.d/ allows them to be run at boot time
274+
# Putting scripts in /etc/init.d/ allows them to be run at boot time by the init system
275275
- path: etc/init.d/003-static-network.sh
276276
source: "files/static-network.sh"
277277
mode: "0777"
278278

279-
# This makes the script available in the host PATH
279+
# This makes the script available in the host $PATH
280280
- path: sbin/setup-dns
281281
source: "files/setup-dns.sh"
282282
mode: "0777"

0 commit comments

Comments
 (0)