File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
*
2
2
! images /
3
- ! docker-mount.sh
3
+ ! docker-mount.sh
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ COPY ./images/ /etc/embedded-images/
6
6
# we need this mounting to happen before the other init.d scripts run so that
7
7
# the mount points are available to them.
8
8
COPY ./images-mount.sh /etc/init.d/001-images-mount.sh
9
- CMD []
9
+ CMD []
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ set -xeuo pipefail
14
14
# images are available right away and /var/lib/docker is writable.
15
15
mkdir -p /run/images
16
16
mount -o bind,rw /etc/embedded-images/ /run/images
17
- mount -o remount,rw /run/images
17
+ mount -o remount,rw /run/images
Original file line number Diff line number Diff line change 6
6
quay.io/tinkerbell/tink-worker:v0.10.0
7
7
quay.io/tinkerbell/tink-worker:v0.10.0 tink-worker:v0.10.0
8
8
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
You can’t perform that action at this time.
0 commit comments