1
0
mirror of https://github.com/coreos/ignition.git synced 2026-02-06 09:47:17 +01:00
Mathieu Tortuyaux fc2ea14945 url: add dual-stack IPv4/IPv6 support
url: try local port on both IP stacks

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>

url: support both IPv4 and IPv6

This defines a wrapper that will try in paralell both IPv4 and IPv6 when
the provider declares those two IPs.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>

url: support both IPv4 and IPv6

This defines a wrapper that will try in paralell both IPv4 and IPv6 when
the provider declares those two IPs.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>

resource: add race condition fix using sync.Mutex
2025-12-04 12:07:59 -03:00
2023-05-30 19:36:52 +00:00
2025-05-16 19:31:50 -03:00
2025-07-14 18:45:41 +00:00
2025-09-08 22:51:20 +00:00
2023-03-06 17:39:54 +00:00
2025-11-07 09:56:16 -05:00
2025-11-07 09:56:16 -05:00
2021-07-22 21:41:42 -04:00
2025-08-07 12:37:44 +02:00
2015-04-02 17:26:25 -07:00
2024-10-14 15:35:03 +02: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
2024-06-17 16:36:11 +02:00
2025-05-01 16:25:37 +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%