Install YAML8n
How to install YAML8n
Categories:
Installing YAML8n depends on how you want to run it. YAML8n is available as a binary or a container.
Binary
YAML8n binaries are available for various architectures and operating systems:
Updating YAML8n
YAML8n can be updated by replacing the binary with the latest version.Container
YAML8n containers are available on GitHub.
You can create an alias to run YAML8n as a container:
alias yaml8n='docker run -u $(id -u):$(id -g) -it --rm -v $(pwd):/work -w /work ghcr.io/candiddev/yaml8n:latest'
SBOM
YAML8n ships with a Software Bill of Materials (SBOM) manifest generated using CycloneDX. The .bom.json
manifest is available with the other Binary Assets.