Luca Bruno
Luca Bruno
DRAFT: it is unclear whether we want to provide RHCOS/FCOS on Classic instances, due to overall limitations of Classic infrastructure. Implementation here is complete though, and manually tested. --- This...
Mounting a config-drive requires `CAP_SYS_ADMIN` in the thread invoking the `mount` syscall. This is typically true when running `coreos-metadata` as the root user, but it would be better to make...
Cloud providers may have specific quirks and restrictions which could result in surprising behaviors of `coreos-metadata` or which could require workarounds in the codebase. Those should be documented in the...
Afterburn is currently a one-short binary, entirely configured via command-line flags. This is on purpose to keep the complexity (both internally and externally) low. Our service units are generally written...
Afterburn usually follows Ignition platform naming convention, in order to auto-detect the platform. However there are several platforms where the metadata component is only optional. On those platforms, in case...
### Container Linux Version ### ``` NAME="Container Linux by CoreOS" ID=coreos VERSION=1590.0.0+2017-11-21-1500 VERSION_ID=1590.0.0 BUILD_ID=2017-11-21-1500 PRETTY_NAME="Container Linux by CoreOS 1590.0.0+2017-11-21-1500 (Ladybug)" ANSI_COLOR="38;5;75" HOME_URL="https://coreos.com/" BUG_REPORT_URL="https://issues.coreos.com" COREOS_BOARD="amd64-usr" ``` ### Details ### I was...
The current (from 2018-04-27) status of `quay.io/coreos/hyperkube` as reported in upstream announcement is: ``` [we] don't plan on releasing images for the 1.11 series. If you currently depend on our...
OCI 1.0.0-rc5 introduced some major changes in image-layout format, in particular https://github.com/opencontainers/image-spec/pull/533 moved to an image-index, free-form references and a well-known `ref.name` annotation. The format currently produced by acbuild (-rc4)...
This is a followup from https://github.com/coreos/fedora-coreos-tracker/issues/519 and https://github.com/containernetworking/plugins/pull/380. > The DNSMasq services are not configured or managed by systemd but rather only by the plugin itself. This part assumes that...
Next iteration of the gtk-rs stack is out, see https://gtk-rs.org/blog/2022/01/16/new-release.html. This effectively means bumping glib/gio/gobject to 0.15. However, this comes with an hard requirement for a minimum Rust toolchain >=...