Chisel
Chisel is Canonical's tool for building small Ubuntu container slices from `.deb` packages.
Shipped contributions
-
Replaces the bare `invalid slice name` diagnostic with one that spells out the rules — at least 3 characters, lowercase letters, digits, and hyphens. Fixes `#158`.
→ Read the post -
closed Update slice name validation documentation to match actual regex requirements canonical/chisel
Filed during the `#240` review: the slice-name docs say names must "start with an alphanumeric character", but the regex `^([a-z](?:-?[a-z0-9]){2,})$` rejects leading digits.
-
The GitHub About section is empty even though the README opens with a clean one-liner. Asks for the description and topics to be set on the repo metadata.