command
Version:
v0.0.0-...-a233f61
Opens a new window with list of versions in this module.
Published: Apr 16, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
quay.io/tinkerbell/actions/writefile:latest
This action will mount a block device and write a file to a destination path on
it's filesystem.
The below example will write a file to the filesystem on the block device /dev/sda3
.
actions:
- name: "expand ubuntu filesystem to root"
image: quay.io/tinkerbell/actions/writefile:latest
timeout: 90
environment:
DEST_DISK: /dev/sda3
FS_TYPE: ext4
DEST_PATH: /etc/myconfig/foo
CONTENTS: hello-world
UID: 0
GID: 0
MODE: 0600
DIRMODE: 0700
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.