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 11*
22! 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/
66# we need this mounting to happen before the other init.d scripts run so that
77# the mount points are available to them.
88COPY ./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
1414# images are available right away and /var/lib/docker is writable.
1515mkdir -p /run/images
1616mount -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 66quay.io/tinkerbell/tink-worker:v0.10.0
77quay.io/tinkerbell/tink-worker:v0.10.0 tink-worker:v0.10.0
88quay.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