Skip to content

Commit 93ca1c9

Browse files
shanemcdclaude
andcommitted
Migrate gh, emacs to sysexts; remove from Containerfile
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d83d1f2 commit 93ca1c9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/SYSEXTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ We're on a journey to remove as much as possible from our bootc container image
1313
| libvirt + qemu | `libvirtd-desktop` | fedora | ~500+ MB | Available (F43 not on extensions.fcos.fr yet, use [GitHub releases](https://github.com/fedora-sysexts/fedora/releases/tag/libvirtd-desktop)) |
1414
| `docker-ce` | `docker-ce` | community | ~98 MB | Available |
1515
| `tailscale` | `tailscale` | community | ~65 MB | Available |
16+
| `gh` | `gh` | fedora | ~55 MB | Available |
17+
| `emacs` | `emacs` | fedora | ~289 MB | Available |
1618

1719
### Removed from image (no sysext)
1820

@@ -32,9 +34,7 @@ These packages have sysext equivalents and could be removed from the Containerfi
3234

3335
| Package | Sysext | Repo | Size | Notes |
3436
|---------|--------|------|------|-------|
35-
| `emacs` | `emacs` | fedora | ~289 MB | |
3637
| `chromium` | `chromium` | fedora | ~335 MB | |
37-
| `gh` | `gh` | fedora | ~55 MB | |
3838
| `ripgrep` | `ripgrep` | fedora | small | |
3939
| `zsh` | `zsh` | fedora | small | |
4040
| `tmux` | `tmux` | fedora | small | |

mybox/Containerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ RUN <<EORUN
2020
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$VERSION_ID.noarch.rpm \
2121
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$VERSION_ID.noarch.rpm
2222

23-
# Third-party repositories
24-
dnf config-manager addrepo --from-repofile=https://cli.github.com/packages/rpm/gh-cli.repo
25-
2623
# 1Password CLI repository
2724
curl -fsSL https://downloads.1password.com/linux/keys/1password.asc -o /etc/pki/rpm-gpg/RPM-GPG-KEY-1password
2825
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-1password
@@ -65,9 +62,7 @@ RUN <<EORUN
6562
\
6663
`# Development tools` \
6764
cmake \
68-
emacs \
6965
fzf \
70-
gh \
7166
go-task \
7267
libtool \
7368
python-devel \

0 commit comments

Comments
 (0)