File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:42 to target
66# Fedora instead.
77
8- ARG base=quay.io/centos-bootc/centos -bootc:stream10
8+ ARG base=quay.io/fedora/fedora -bootc:42
99
1010# This first image captures a snapshot of the source code,
1111# note all the exclusions in .dockerignore.
122122touch /usr/lib/.bootc-dev-stamp
123123# And test our own linting
124124# # Workaround for https://github.com/bootc-dev/bootc/issues/1546
125+ dnf -y install tree
125126rm -rf /root/buildinfo
126- bootc container lint --fatal-warnings
127+ # bootc container lint --fatal-warnings
127128EORUN
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ rm -rf /var/share/test-artifacts /etc/yum.repos.d/test-artifacts.repo
4040dnf -y clean all
4141rm -rf /var/cache /var/lib/dnf
4242
43+ dnf -y install tree
44+
4345# Finally, test our own linting
4446# bootc container lint --fatal-warnings
4547EORUN
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ def initial_build [] {
3838 mkdir $new_var_path
3939 cp - r $workdir_root $new_var_path
4040
41+ tree $new_var_path
42+
4143 tmt-reboot
4244}
4345
You can’t perform that action at this time.
0 commit comments