commit bbb6513e86fceb1644a8706d3fa03e61a50ecf827c508d1a326cd6cb32eb8eea Author: Dan Čermák Date: Fri Sep 13 13:54:11 2024 +0000 [info=6f60b66f8c2399c93777c901abd7f390] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/busybox-image?expand=0&rev=179 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/README.md b/README.md new file mode 100644 index 0000000..f479b8e --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# openSUSE Tumbleweed BCI BusyBox: the smallest and GPLv3-free image +![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green) + +## Description +This image comes with the most basic tools provided by the BusyBox project. +The image contains no GPLv3 licensed software. When using the image, keep in mind that +there are differences between the BusyBox tools and the GNU Coreutils. +This means that scripts written for a system that uses GNU Coreutils may require +modification to work with BusyBox. If you need a SLES compatible image with the GNU Coreutils, +consider using the corresponding Micro image instead. + +## Licensing + +`SPDX-License-Identifier: MIT` + +This documentation and the build recipe are licensed as MIT. +The container itself contains various software components under various open source licenses listed in the associated +Software Bill of Materials (SBOM). + +This image is based on [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/). diff --git a/_service b/_service new file mode 100644 index 0000000..695a3f0 --- /dev/null +++ b/_service @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/busybox-image.changes b/busybox-image.changes new file mode 100644 index 0000000..11e5579 --- /dev/null +++ b/busybox-image.changes @@ -0,0 +1,147 @@ +------------------------------------------------------------------- +Fri Sep 13 09:56:19 UTC 2024 - Dirk Mueller + +- Remove trailing whitespace + +------------------------------------------------------------------- +Thu Aug 8 19:28:10 UTC 2024 - Dirk Mueller + +- add oci.image.ref.name + +------------------------------------------------------------------- +Thu Aug 8 16:43:43 UTC 2024 - Dirk Mueller + +- remove oci reference annotation again + +------------------------------------------------------------------- +Mon Aug 5 11:38:13 UTC 2024 - Dirk Mueller + +- add OCI reference annotation + +------------------------------------------------------------------- +Sat Aug 3 08:56:51 UTC 2024 - Dirk Mueller + +- set OCI.authors attribute instead of deprecated MAINTAINER + +------------------------------------------------------------------- +Wed Jul 31 12:06:44 UTC 2024 - Dirk Mueller + +- set specific lifecycle url for openSUSE BCI + +------------------------------------------------------------------- +Tue Jul 16 15:20:06 UTC 2024 - Dirk Mueller + +- Re-render templates (no functional change) + +------------------------------------------------------------------- +Mon Jun 10 15:11:25 UTC 2024 - Dirk Mueller + +- update README; reduce unnecessary newlines + +------------------------------------------------------------------- +Wed Jun 5 15:13:27 UTC 2024 - Dirk Mueller + +- Don't add artifacthub labels into labelprefix section + +------------------------------------------------------------------- +Tue Jun 4 12:35:15 UTC 2024 - Alexandre Vicenzi + +- Fix grammar mistake in licensing footer + +------------------------------------------------------------------- +Wed May 15 13:43:21 UTC 2024 - Dirk Mueller + +- Remove duplication from the image title + +------------------------------------------------------------------- +Wed May 8 16:26:31 UTC 2024 - Dirk Mueller + +- README fixes - better titles and follow recommended document structure + +------------------------------------------------------------------- +Tue May 7 19:07:24 UTC 2024 - Dirk Mueller + +- extend READMEs; correct eula for application images + +------------------------------------------------------------------- +Fri Apr 19 10:31:30 UTC 2024 - Dirk Mueller + +- Bump kiwi schema version + +------------------------------------------------------------------- +Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller + +- Don't wipe everything in /var/log, only remove log files (this omits directories owned by packages) + +------------------------------------------------------------------- +Thu Apr 4 17:37:20 UTC 2024 - Dirk Mueller + +- add a shared licensing footer to the base container READMEs + +------------------------------------------------------------------- +Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller + +- add readme and logo urls + +------------------------------------------------------------------- +Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák + +- Add initial README stub + +------------------------------------------------------------------- +Tue Jan 2 08:26:58 UTC 2024 - Dirk Mueller + +- update year to 2024 + +------------------------------------------------------------------- +Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller + +- add copyright and description header + +------------------------------------------------------------------- +Wed Jul 12 12:52:48 UTC 2023 - Dirk Mueller + +- Replace distribution-release with openSUSE-release and openSUSE-release-appliance-docker + +------------------------------------------------------------------- +Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller + +- label capitalization and related cleanups + +------------------------------------------------------------------- +Tue May 30 06:52:56 UTC 2023 - Dan Čermák + +- Add release stage and lifecycle url + +------------------------------------------------------------------- +Tue Apr 25 22:24:05 UTC 2023 - Dirk Mueller + +- Reduce busybox image size by removing Index.db + + Index.db is being created on demand by rpm(1) (as long as it is run as root) + so we don't strictly have to ship it. currently the Index.db has a lot of + empty space within which we could optimize away. + + until then removing the file saves 10% of the total compressed size. + +- switch versioning to rolling Tumbleweed schema + +------------------------------------------------------------------- +Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák + +- Add org.opencontainers.image.source label set to %SOURCEURL% + +------------------------------------------------------------------- +Mon Jan 2 12:22:14 UTC 2023 - Dan Čermák + +- Bump copyright year + +------------------------------------------------------------------- +Fri Jul 15 11:09:19 UTC 2022 - Dan Čermák + +- Increase compatibility with openSUSE + +------------------------------------------------------------------- +Thu Apr 28 10:24:27 UTC 2022 - Dan Čermák + +- fix default shell of root to sh instead of bash diff --git a/busybox-image.kiwi b/busybox-image.kiwi new file mode 100644 index 0000000..c61f591 --- /dev/null +++ b/busybox-image.kiwi @@ -0,0 +1,70 @@ + + + + + + + + + openSUSE Project + https://www.suse.com/ + openSUSE Tumbleweed BCI BusyBox Container Image + + + + + + + + + + + + 2024 + zypper + false + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..b073daf --- /dev/null +++ b/config.sh @@ -0,0 +1,34 @@ +#!/bin/sh +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: (c) 2022-2024 SUSE LLC + +set -euo pipefail + +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +echo "Configure image: [$kiwi_iname]..." + +#============================================ +# Import repositories' keys if rpm is present +#-------------------------------------------- +if command -v rpm > /dev/null; then + suseImportBuildKey +fi + + +sed -i 's|/bin/bash|/bin/sh|' /etc/passwd +# Will be recreated by the next rpm(1) run as root user +rm -v /usr/lib/sysimage/rpm/Index.db + + +#======================================= +# Clean up after zypper if it is present +#--------------------------------------- +if command -v zypper > /dev/null; then + zypper -n clean +fi + +rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} + +exit 0