1
0
mirror of https://github.com/coreos/ignition.git synced 2026-02-05 15:47:26 +01:00
dependabot[bot] 9d5bf8f2a8 build(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

Updates `golangci/golangci-lint-action` from 8 to 9
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 12:07:09 +00:00
2023-05-30 19:36:52 +00:00
2025-05-16 19:31:50 -03:00
2026-01-28 18:19:11 +00:00
2023-03-06 17:39:54 +00:00
2021-07-22 21:41:42 -04:00
2026-01-13 16:00:02 -05:00
2015-04-02 17:26:25 -07:00
2024-10-14 15:35:03 +02:00
2026-01-13 16:00:02 -05:00
2026-01-13 16:00:02 -05:00
2015-03-03 18:06:42 -08:00
2022-05-23 23:49:34 -04:00
2015-04-02 17:26:54 -07:00
2025-12-12 11:47:30 +01:00
2024-06-17 16:36:11 +02:00
2025-12-03 16:01:07 +00:00
2023-05-30 19:36:52 +00:00
2024-10-11 11:16:11 -04:00

Ignition

Ignition is a utility created to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first boot, Ignition reads its configuration from a source of truth (remote URL, network metadata service, hypervisor bridge, etc.) and applies the configuration.

Usage

Odds are good that you don't want to invoke Ignition directly. In fact, it isn't even present in the root filesystem. Take a look at the Getting Started Guide for details on providing Ignition with a runtime configuration.

Known users

  • Fedora CoreOS
  • Red Hat Enterprise Linux CoreOS
  • Flatcar
  • openSUSE MicroOS
  • SUSE Linux Enterprise Micro

Contact

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

To help triage or fix bugs, see the current Ignition issues.

Config Validation

To validate a config for Ignition there are binaries for a cli tool called ignition-validate available on the releases page. There is also an ignition-validate container: quay.io/coreos/ignition-validate.

Example:

# This example uses podman, but docker can be used too
podman run --pull=always --rm -i quay.io/coreos/ignition-validate:release - < myconfig.ign
Description
First boot installer and configuration tool
https://coreos.com/ignition/docs/latest/
Readme 42 MiB
Languages
Go 96.7%
C 2%
Shell 1.2%