Skip to content

Commit 385941e

Browse files
Add newlines to all files without them:
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 72fde59 commit 385941e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/hook-embedded/.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*
22
!images/
3-
!docker-mount.sh
3+
!docker-mount.sh

images/hook-embedded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY ./images/ /etc/embedded-images/
66
# we need this mounting to happen before the other init.d scripts run so that
77
# the mount points are available to them.
88
COPY ./images-mount.sh /etc/init.d/001-images-mount.sh
9-
CMD []
9+
CMD []

images/hook-embedded/images-mount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ set -xeuo pipefail
1414
# images are available right away and /var/lib/docker is writable.
1515
mkdir -p /run/images
1616
mount -o bind,rw /etc/embedded-images/ /run/images
17-
mount -o remount,rw /run/images
17+
mount -o remount,rw /run/images

images/hook-embedded/images.txt.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
quay.io/tinkerbell/tink-worker:v0.10.0
77
quay.io/tinkerbell/tink-worker:v0.10.0 tink-worker:v0.10.0
88
quay.io/tinkerbell/actions/image2disk embedded/actions/image2disk
9-
quay.io/tinkerbell/actions/cexec 127.0.0.1/embedded/actions/cexec
9+
quay.io/tinkerbell/actions/cexec 127.0.0.1/embedded/actions/cexec

0 commit comments

Comments
 (0)