Skip to content

Commit

Permalink
Remove unused IP image:
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jacobweinstock committed Nov 23, 2024
1 parent a576643 commit eba4d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions images/hook-ip/Dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions linuxkit-templates/hook.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,17 +266,17 @@ files:
ANSI_COLOR="1;34"
HOME_URL="https://github.com/tinkerbell/hook"
# Putting scripts in /etc/init.d/ allows them to be run at boot time
# Putting scripts in /etc/init.d/ allows them to be run at boot time by the init system
- path: etc/init.d/002-vlan.sh
source: "files/vlan.sh"
mode: "0777"

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

# This makes the script available in the host PATH
# This makes the script available in the host $PATH
- path: sbin/setup-dns
source: "files/setup-dns.sh"
mode: "0777"
Expand Down

0 comments on commit eba4d71

Please sign in to comment.