Benjamin Gilbert

Results 202 issues of 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....

kind/enhancement
kind/documentation
area/usability

# Issue Report # ## Bug ## ### Container Linux Version ### SDK ≥ 2296.0.0 ### Environment ### Any ### Expected Behavior ### No warnings about `/etc/environment`. ### Actual Behavior...

kind/regression
area/developer tooling
kind/friction
component/distro
team/os

# 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)"...

kind/bug
component/kernel
team/os
area/stability
platform/packet

# Issue Report # ## Bug ## ### Container Linux Version ### Any ### Environment ### Any ### Expected Behavior ### bunzip2 correctly decompresses Container Linux release artifacts. ### Actual...

kind/regression
area/usability
component/distro
team/os

# 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...

kind/design
area/usability
team/os
team/tools
component/torcx

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...

enhancement
jira
sugar

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`,...

enhancement
good first issue
jira

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.

enhancement
jira
validation

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...

enhancement

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...

enhancement