Skip to content

Commit

Permalink
Test build for #1686
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Sep 17, 2024
1 parent 77b1d1d commit 4825661
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
#!BuildTag: bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%

FROM bci/bci-base:16.0

RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.init
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
Expand Down
2 changes: 0 additions & 2 deletions kiwi-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
#!BuildTag: bci/kiwi:10.1.8-%RELEASE%

FROM bci/bci-base:16.0

RUN set -euo pipefail; zypper -n in --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xorriso xz; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.kiwi
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
Expand Down
2 changes: 0 additions & 2 deletions sle16-kernel-module-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
#!BuildTag: bci/bci-sle16-kernel-module-devel:%OS_VERSION_ID_SP%.%RELEASE%

FROM bci/bci-base:16.0

RUN set -euo pipefail; zypper -n in --no-recommends kernel-devel kernel-syms gcc kmod make patch gawk rpm-build SLES-release; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.sle16-kernel-module-devel
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
Expand Down

0 comments on commit 4825661

Please sign in to comment.