From f85c74d5958d6a2af425633fc55071bcde07a949 Mon Sep 17 00:00:00 2001 From: favogt <> Date: Jul 25 2022 15:05:00 +0000 Subject: Update micro-image to version 15.Tumbleweed.0 / rev 1 via SR 990265 https://build.opensuse.org/request/show/990265 by user favogt + favogt_factory Next try --- diff --git a/.files b/.files new file mode 100644 index 0000000..ea618cd Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..0ea4caa --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..1b2b299 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 3e1ca8198cd0932215e0b3742821c341 + 15.Tumbleweed.0 + + favogt_factory + Next try + 990265 + + diff --git a/.servicemark b/.servicemark new file mode 100644 index 0000000..5a197b8 --- /dev/null +++ b/.servicemark @@ -0,0 +1 @@ +b885d591b0fc15a13d70b8f4b935222e diff --git a/_service b/_service new file mode 100644 index 0000000..04b53d3 --- /dev/null +++ b/_service @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..624c732 --- /dev/null +++ b/config.sh @@ -0,0 +1,31 @@ +#!/bin/bash +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: (c) 2022 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 + + + + +#======================================= +# Clean up after zypper if it is present +#--------------------------------------- +if command -v zypper > /dev/null; then + zypper -n clean +fi + +rm -rf /var/log/zypp + +exit 0 diff --git a/micro-image.changes b/micro-image.changes new file mode 100644 index 0000000..1944bb7 --- /dev/null +++ b/micro-image.changes @@ -0,0 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 15 11:09:11 UTC 2022 - Dan Čermák + +- Increase compatibility with openSUSE + +------------------------------------------------------------------- +Tue Jul 12 15:13:51 UTC 2022 - Dan Čermák + +- Convert SLE specific parts to openSUSE + +------------------------------------------------------------------- +Thu Apr 28 10:15:38 UTC 2022 - Dan Čermák + +- Ensure that /var/log/zypp is not present in the image diff --git a/micro-image.kiwi b/micro-image.kiwi new file mode 100644 index 0000000..5141dfe --- /dev/null +++ b/micro-image.kiwi @@ -0,0 +1,56 @@ + + + + + + + + + openSUSE Project + https://www.suse.com/ + openSUSE Tumbleweed BCI %OS_VERSION% Micro Container Image + + + + + + + + + + + + + + + 15.Tumbleweed.0 + zypper + false + true + + + + + + + + + + + + \ No newline at end of file