Skip to content

Commit

Permalink
Add newlines to all files without them:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Aug 23, 2024
1 parent 5ad391a commit 5d521de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/hook-embedded/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*
!images/
!docker-mount.sh
!docker-mount.sh
2 changes: 1 addition & 1 deletion images/hook-embedded/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY ./images/ /etc/embedded-images/
# we need this mounting to happen before the other init.d scripts run so that
# the mount points are available to them.
COPY ./images-mount.sh /etc/init.d/001-images-mount.sh
CMD []
CMD []
2 changes: 1 addition & 1 deletion images/hook-embedded/images-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ set -xeuo pipefail
# images are available right away and /var/lib/docker is writable.
mkdir -p /run/images
mount -o bind,rw /etc/embedded-images/ /run/images
mount -o remount,rw /run/images
mount -o remount,rw /run/images
2 changes: 1 addition & 1 deletion images/hook-embedded/images.txt.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
quay.io/tinkerbell/tink-worker:v0.10.0
quay.io/tinkerbell/tink-worker:v0.10.0 tink-worker:v0.10.0
quay.io/tinkerbell/actions/image2disk embedded/actions/image2disk
quay.io/tinkerbell/actions/cexec 127.0.0.1/embedded/actions/cexec
quay.io/tinkerbell/actions/cexec 127.0.0.1/embedded/actions/cexec

0 comments on commit 5d521de

Please sign in to comment.