Benjamin Gilbert
Benjamin Gilbert
# Issue Report # ## Feature Request ## ### Environment ### AWS ### Desired Feature ### After SSH keys have been set, don't continue to set them on every boot....
# Issue Report # ## Bug ## ### Container Linux Version ### SDK ≥ 2296.0.0 ### Environment ### Any ### Expected Behavior ### No warnings about `/etc/environment`. ### Actual Behavior...
# Issue Report # ## Bug ## ### Container Linux Version ### ``` $ cat /etc/os-release NAME="Container Linux by CoreOS" ID=coreos VERSION=1702.0.0 VERSION_ID=1702.0.0 BUILD_ID=2018-02-27-2252 PRETTY_NAME="Container Linux by CoreOS 1702.0.0 (Rhyolite)"...
# Issue Report # ## Bug ## ### Container Linux Version ### Any ### Environment ### Any ### Expected Behavior ### bunzip2 correctly decompresses Container Linux release artifacts. ### Actual...
# Problem `/etc/coreos/docker-1.12` supports exactly two versions of Docker: 1.12 and “current” (the most recent Docker CE Stable at the time a Container Linux version was branched for alpha). This...
Ignition creates containing directories for files/dirs/links specified in the config, but it gives them default ownership/permissions rather than the ones specified for the file/dir/link. This ensures that containing directories have...
Consider this config: ```yaml variant: fcos version: 1.4.0 storage: disks: - device: /dev/sdb wipe_table: false partitions: - label: foo ``` When the system is first provisioned with a blank `/dev/sdb`,...
Add a warning if the root filesystem is too small (https://github.com/coreos/fedora-coreos-tracker/issues/586), either because the underlying storage is explicitly specified, or because the root partition is constrained by an additional partition.
It's convenient for users to write multiple Butane fragments and then merge them together into one config. This is awkward right now: users must separately transpile each fragment and then...
The arm64 container currently builds in an emulated arm64 host via qemu-user. It would be much more efficient to cross-build from amd64 by having the Dockerfile specify `FROM --platform=$BUILDPLATFORM` for...