Package: coreos-cloudinit Version: 1.14.0+git20220114.4de1033-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 7866 Depends: libc6 (>= 2.34) Built-Using: golang-1.23 (= 1.23.3-2) Filename: amd64/coreos-cloudinit_1.14.0+git20220114.4de1033-1_amd64.deb Size: 2596056 MD5sum: f6152c68fdc67dd66e2250d01bed5681 SHA1: 70308d73fe1506c5cd847c2698bd9d5b0db1f6b5 SHA256: b0ea5b14adf1ccf4d1e18e9f72835f8dbbb2b8cccdabc06ead8d4484ed789f46 Section: golang Priority: optional Homepage: https://github.com/flatcar-linux/coreos-cloudinit Description: Simple configuration tool for Flatcar Container Linux (program) NOTE: This project overlaps in purpose with Ignition (https://github.com/flatcar-linux/ignition) which is where most active development is taking place. However, the Flatcar Container Linux team also continues to support and maintain this project to maintain compatibility with cloudinit based environments. . coreos-cloudinit enables a user to customize Flatcar Container Linux machines by providing either a cloud-config document or an executable script through user-data. Configuration with cloud-config A subset of the official cloud-config spec (http://cloudinit.readthedocs.org/en/latest/topics/format.html#cloud-config-data) is implemented by coreos-cloudinit. Additionally, several Flatcar-specific options (https://github.com/flatcar-linux/coreos-cloudinit/blob/master/Documentation/cloud-config.md#coreos-parameters) have been implemented to support interacting with unit files, bootstrapping etcd clusters, and more. All supported cloud-config parameters are documented here (https://github.com/flatcar-linux/coreos-cloudinit/tree/master/Documentation/cloud-config.md). . The following is an example cloud-config document: . ``` cloud-config coreos: units: - name: etcd.service command: start . users: - name: core passwd: $1$allJZawX$00S5T756I5PGdQga5qhqv1 . write_files: - path: /etc/resolv.conf content: | nameserver 192.0.2.2 nameserver 192.0.2.3 ``` Executing a Script coreos-cloudinit supports executing user-data as a script instead of parsing it as a cloud-config document. Make sure the first line of your user-data is a shebang and coreos-cloudinit will attempt to execute it: . ``` !/bin/bash echo 'Hello, world!' ``` user-data Field Substitution coreos-cloudinit will replace the following set of tokens in your user-data with system-generated values. . | Token | Description | | ------------- | ----------- | | $publicipv4 | Public IPv4 address of machine | | $privateipv4 | Private IPv4 address of machine | . These values are determined by Flatcar Container Linux based on the given provider on which your machine is running. Read more about provider-specific functionality in the Flatcar Container Linux OEM documentation (https://docs.flatcar-linux.org/os/notes-for-distributors/). . For example, submitting the following user-data... . ``` cloud-config coreos: etcd: addr: $publicipv4:4001 peer-addr: $privateipv4:7001 ``` . ...will result in this cloud-config document being executed: . ``` cloud-config coreos: etcd: addr: 203.0.113.29:4001 peer-addr: 192.0.2.13:7001 ``` Bugs Please use the Flatcar Container Linux issue tracker (https://github.com/kinvolk/flatcar/issues) to report all bugs, issues, and feature requests. Package: coreos-cloudinit-dbgsym Source: coreos-cloudinit Version: 1.14.0+git20220114.4de1033-1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 3413 Depends: coreos-cloudinit (= 1.14.0+git20220114.4de1033-1) Filename: amd64/coreos-cloudinit-dbgsym_1.14.0+git20220114.4de1033-1_amd64.deb Size: 2805172 MD5sum: a61bccd441d853a6901a04be9fd5865c SHA1: b404ab4d42bbb9cb4b002374d01db8d02877ff89 SHA256: e80192172d8d0c672e6f115ad12fe08adf542c5bc7671260ec85f2c9960b9699 Section: debug Priority: optional Description: debug symbols for coreos-cloudinit Build-Ids: b16a0db559d81200106d10ed36eb923a621daaee Package: flatcar-init Version: 0.0.1-1 Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 178 Filename: arm64/flatcar-init_0.0.1-1_arm64.deb Size: 35028 MD5sum: bd9f1784964dea85cf35757ac9a67aa0 SHA1: b1121bff680f1c46f35bf5825247681dc025122e SHA256: 8cd6c332911ec91609c30d0857b3f93aaaa6de0fdddb12024472bf2eaa31e0e1 Section: misc Priority: extra Package: flatcar-init Version: 0.0.1-1 Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 178 Filename: amd64/flatcar-init_0.0.1-1_amd64.deb Size: 35028 MD5sum: 802945985ea80cb7c19ee41aefaf01bf SHA1: f61352ac031ce50fcef07ba0328d53a835713c65 SHA256: 1576c64878850bd722571c28f121113eedfca9dcd2ae77830fa16daf4533695c Section: misc Priority: extra Package: librootdev-dev Source: seismograph Version: 2.2.5-1 Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 17 Depends: librootdev1 (= 2.2.5-1) Filename: arm64/librootdev-dev_2.2.5-1_arm64.deb Size: 3116 MD5sum: d7be33afbba563248d51e6f106e41251 SHA1: 5c794678b6297db2559c8b09d39275e466ac71fd SHA256: 2bc6df7bbe1d2ae576e5eccf40e8c84d3deb2ef5fe26b010650c9cfcd076b341 Section: misc Priority: extra Package: librootdev-dev Source: seismograph Version: 2.2.5-1 Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 17 Depends: librootdev1 (= 2.2.5-1) Filename: amd64/librootdev-dev_2.2.5-1_amd64.deb Size: 3120 MD5sum: 4e5180a011227379ba4980e43efd808e SHA1: b7a53603bd68abce66f83add5b5deec5c77cfd87 SHA256: 8b5bd629029290e39effb4c5f8cfd4aefd141be403d35ad90f08b9420c80a04b Section: misc Priority: extra Package: librootdev1 Source: seismograph Version: 2.2.5-1 Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 79 Depends: libc6 (>= 2.38) Filename: arm64/librootdev1_2.2.5-1_arm64.deb Size: 6560 MD5sum: 4350261369ee2812f4a5c3c12aea5e0e SHA1: 700ec8fa04ae35d6009b157127f9a23c31112bbb SHA256: ed0c765e0830718845ae6943bef7d5ef920ce4da47e82f42c84c94fb6e4747b0 Section: misc Priority: extra Package: librootdev1 Source: seismograph Version: 2.2.5-1 Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 31 Depends: libc6 (>= 2.38) Filename: amd64/librootdev1_2.2.5-1_amd64.deb Size: 6480 MD5sum: 408b7d9478be13ed0b063acecb1be358 SHA1: 6e796ee96914157bf3cf5d7f3bf2996d7face8bf SHA256: 6abca092718c01a99b760b16a3e457b7bea364bdc45494b801f681ea3e56357f Section: misc Priority: extra Package: librootdev1-dbgsym Source: seismograph Version: 2.2.5-1 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 30 Depends: librootdev1 (= 2.2.5-1) Filename: arm64/librootdev1-dbgsym_2.2.5-1_arm64.deb Size: 14588 MD5sum: defefd7852cd723b49b388e99ce7f0cd SHA1: f24aca793bbc6e3a16cfa423d4d002edbc374968 SHA256: b14f3a29a74e4a7a25b915ada5181609300da52e887734267142a85cb6047e1f Section: debug Priority: optional Description: debug symbols for librootdev1 Build-Ids: 8591a29d83ed008929c2dfa3f679e199d2ef8bf4 Package: librootdev1-dbgsym Source: seismograph Version: 2.2.5-1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 29 Depends: librootdev1 (= 2.2.5-1) Filename: amd64/librootdev1-dbgsym_2.2.5-1_amd64.deb Size: 14620 MD5sum: 36abad1aab9392fbc1cde1c667760ab8 SHA1: 9c81d1bd802055a04e7c38c43c90110db24056bb SHA256: 9ecc91378821190eb63f50f2152a902c42a9e151e8f522c8026affdae9c65557 Section: debug Priority: optional Description: debug symbols for librootdev1 Build-Ids: fe518a19d32ddb62c214f63b84f70e3af4e73f20 Package: seismograph Version: 2.2.5-1 Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 273 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.38), libext2fs2t64 (>= 1.42), librootdev1 (>= 2.2.5), libuuid1 (>= 2.16) Filename: arm64/seismograph_2.2.5-1_arm64.deb Size: 31248 MD5sum: ddd3a871fdfadbfc5933f7bb6a2659ad SHA1: 1947e44da352f51a5d13750ba9e34d10a35f5f35 SHA256: 9ea5e562f4f7655278a15bb71d1d23f901ef72b7e113a997aae044e0fd6d2bc2 Section: misc Priority: extra Package: seismograph Version: 2.2.5-1 Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 113 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.38), libext2fs2t64 (>= 1.42), librootdev1 (>= 2.2.5), libuuid1 (>= 2.16) Filename: amd64/seismograph_2.2.5-1_amd64.deb Size: 32372 MD5sum: 7fc7f4fbcbd5977accda5850a9b7c7e3 SHA1: 0c48463b90b3385bb20433d7371edccf6b1f9427 SHA256: 2f297fd518dd8a74367a799e3ee4333184dfb023d884b395d6e5306e9b5f6a3f Section: misc Priority: extra Package: seismograph-dbgsym Source: seismograph Version: 2.2.5-1 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 131 Depends: seismograph (= 2.2.5-1) Filename: arm64/seismograph-dbgsym_2.2.5-1_arm64.deb Size: 91560 MD5sum: 4a7e117d4fbfbd9c103125af1de4b89b SHA1: 2530a32d7cf917611940dcb5590ee4e1c414e457 SHA256: 4b54e2aa349bb7d8ea74830744c27d2386c778d1904250632603123415ae48ec Section: debug Priority: optional Description: debug symbols for seismograph Build-Ids: 0d1937fede8a5d27e28f0a180d5831f9df9efd61 2b5fc3cf1f37f293f26950db99fc204e97d0aeaf 45515a428697988fef341b664aead07e17e905a5 Package: seismograph-dbgsym Source: seismograph Version: 2.2.5-1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 124 Depends: seismograph (= 2.2.5-1) Filename: amd64/seismograph-dbgsym_2.2.5-1_amd64.deb Size: 89660 MD5sum: e58881e78216522dacd106594501b54a SHA1: d6f83522c371f19a4af33e365e06eee629499719 SHA256: c2b5b251c065009a1a8d3c60143758f61b94a3ca457de5448f7cf85ee220a934 Section: debug Priority: optional Description: debug symbols for seismograph Build-Ids: 030b7737a42e15cfad26877de7b5a7f8281cac82 adc308e0145d65111de2b077946b4dd08871dfb0 c0dacdc96b079144415a35d154d069f1ae3c38ea Package: update-engine Version: 0.4.10-3 Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 1138 Depends: libbz2-1.0, libc6 (>= 2.33), libcurl4 (>= 7.18.0), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.88), libext2fs2 (>= 1.42), libgflags2.2 (>= 2.2.2), libglib2.0-0 (>= 2.37.3), libgoogle-glog0v6 (>= 0.6.0), libprotobuf23 (>= 3.12.4), librootdev1 (>= 2.2.5), libssl1.1 (>= 1.1.0), libstdc++6 (>= 11), libxml2 (>= 2.7.4), bsdiff, openssl Filename: arm64/update-engine_0.4.10-3_arm64.deb Size: 259288 MD5sum: 3da80a678bbb0bf54d8e796951bad6d9 SHA1: 92d3ba623fed488bc67c99c996da616a9c15981b SHA256: 265c0c45307bb4df9fab86fcf3d92f9da2aaec4d90fb5ee286d4ddd4827ca463 Section: misc Priority: extra Package: update-engine Version: 0.4.10-3 Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 1222 Depends: libbz2-1.0, libc6 (>= 2.33), libcurl4 (>= 7.18.0), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.88), libext2fs2 (>= 1.42), libgflags2.2 (>= 2.2.2), libglib2.0-0 (>= 2.37.3), libgoogle-glog0v6 (>= 0.6.0), libprotobuf23 (>= 3.12.4), librootdev1 (>= 2.2.5), libssl1.1 (>= 1.1.0), libstdc++6 (>= 11), libxml2 (>= 2.7.4), bsdiff, openssl Filename: amd64/update-engine_0.4.10-3_amd64.deb Size: 283196 MD5sum: 3c86c137f806b1aa33ee8bd99fdad8d9 SHA1: dae520bcab3143969d145af1bf529c79865498b1 SHA256: 10973a2feffcbb322a75b6e661f9f69071162f39f4e05ab3b9931d3a3683216a Section: misc Priority: extra Package: update-engine-dbgsym Source: update-engine Version: 0.4.10-3 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jeremi Piotrowski Installed-Size: 6940 Depends: update-engine (= 0.4.10-3) Filename: arm64/update-engine-dbgsym_0.4.10-3_arm64.deb Size: 6759636 MD5sum: 660090fe19c97948a4cca591b49e825b SHA1: 5f1d324a1f24dccf3adb80513837e960f5b2b0d2 SHA256: 7ed716faf4740476f00f03037026ae014e4deab56a5157910ebefe3798bfe5f6 Section: debug Priority: optional Description: debug symbols for update-engine Build-Ids: 870b140c497391e8935b9861e355cdbbd3faaa9e adf1e8f20f16d3fa6ade64f1df857eef3581a2b0 e6cc08a7e7b0bc9230f64b3058ff88b1a271a8af Package: update-engine-dbgsym Source: update-engine Version: 0.4.10-3 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jeremi Piotrowski Installed-Size: 7078 Depends: update-engine (= 0.4.10-3) Filename: amd64/update-engine-dbgsym_0.4.10-3_amd64.deb Size: 6930724 MD5sum: cfd2f4edcb130b39911276a247cedf27 SHA1: 4b0fe968f5034d7e27a5b05a95daa1ff6b5fdc56 SHA256: abf22442c7367c31ccb5b53140817cbe2285ec1f7f5b80a59bdd5a29c7a08fbc Section: debug Priority: optional Description: debug symbols for update-engine Build-Ids: 0a4fd4af81181c93e9936b3988901fc15cb100a1 c10d40d8576fbba98e8767f4b67bfea59762c2ef eb5ebe63dce27c28e64d2101d55c0b402c164f78