File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/bash
2+
3+ echo " ::group:: ===$( basename " $0 " ) ==="
4+
5+ # to reduce the indiviual layer size we put big files that are not shipped with RPMs in their own layers
6+ # See: https://coreos.github.io/rpm-ostree/build-chunked-oci/
7+
8+ setfattr -n user.component -v " homebrew" /usr/share/homebrew.tar.zst
9+ setfattr -n user.component -v " starship" /usr/bin/starship
10+ setfattr -n user.component -v " nerd-fonts" /usr/share/fonts/nerd-fonts
11+
12+ echo " ::endgroup::"
File renamed without changes.
Original file line number Diff line number Diff line change 6363# Clean Up
6464/ctx/build_files/shared/clean-stage.sh
6565
66+ # Set filesystem properties for rechunker
67+ /ctx/build_files/base/20-layer-definitions.sh
68+
6669# Simple Tests
67- /ctx/build_files/base/20 -tests.sh
70+ /ctx/build_files/base/21 -tests.sh
You can’t perform that action at this time.
0 commit comments