forked from products/SUSE_ALP_Standard
enable container wrapping and additional adaptations for Basalt
This commit is contained in:
parent
27c72441c6
commit
abccb4023d
20
_config
20
_config
@ -44,6 +44,7 @@ RepoType: rpm-md:sha512:filelists-ext
|
|||||||
Patterntype: none
|
Patterntype: none
|
||||||
Prefer: openSUSE-release-ftp
|
Prefer: openSUSE-release-ftp
|
||||||
Support: release-compare
|
Support: release-compare
|
||||||
|
Support: containment-rpm
|
||||||
# BuildFlags: obsgendiff
|
# BuildFlags: obsgendiff
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -59,6 +60,13 @@ RepoType: rpm-md:sha512:filelists-ext
|
|||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
BuildFlags: dockerarg:TARGETARCH=amd64
|
BuildFlags: dockerarg:TARGETARCH=amd64
|
||||||
%endif
|
%endif
|
||||||
|
Required: containment-rpm
|
||||||
|
PreInstall: release-compare
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if "%_repository" == "helmcharts"
|
||||||
|
Type: helm
|
||||||
|
PreInstall: release-compare perl-YAML-LibYAML
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:NonFree" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:Rebuild" || "%_project" == "openSUSE:Factory:zSystems"
|
%if "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:NonFree" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:Rebuild" || "%_project" == "openSUSE:Factory:zSystems"
|
||||||
@ -242,6 +250,11 @@ Macros:
|
|||||||
:Macros
|
:Macros
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%_project" == "SUSE:ALP:Source:Standard:Core:1.0:Build" || "%_project" == "SUSE:ALP:Products:Basalt:1.0"
|
||||||
|
Substitute: kiwi-image:docker python3-kiwi kiwi-systemdeps-containers container-build-checks-vendor-SUSE container-build-checks-strict
|
||||||
|
Substitute: system-packages:docker kmod kernel-default docker createrepo_c container-build-checks-vendor-SUSE container-build-checks-strict skopeo umoci
|
||||||
|
Substitute: system-packages:podman podman buildah createrepo_c release-compare container-build-checks-vendor-SUSE container-build-checks-strict skopeo umoci
|
||||||
|
%else
|
||||||
%if "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:Rebuild" || "%_project" == "openSUSE:Factory:Live" || "%_project" == "openSUSE:Factory:NonFree" || "%_project" == "openSUSE:Factory:LegacyX86"
|
%if "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:Rebuild" || "%_project" == "openSUSE:Factory:Live" || "%_project" == "openSUSE:Factory:NonFree" || "%_project" == "openSUSE:Factory:LegacyX86"
|
||||||
Substitute: kiwi-image:docker python3-kiwi kiwi-systemdeps-containers container-build-checks-vendor-openSUSE container-build-checks-strict
|
Substitute: kiwi-image:docker python3-kiwi kiwi-systemdeps-containers container-build-checks-vendor-openSUSE container-build-checks-strict
|
||||||
Substitute: system-packages:docker kmod kernel-default docker createrepo_c container-build-checks-vendor-openSUSE container-build-checks-strict skopeo umoci
|
Substitute: system-packages:docker kmod kernel-default docker createrepo_c container-build-checks-vendor-openSUSE container-build-checks-strict skopeo umoci
|
||||||
@ -249,9 +262,10 @@ Substitute: system-packages:podman podman buildah createrepo_c release-compare c
|
|||||||
%else
|
%else
|
||||||
# That ignore seems not to make sense - we only inject -strict based on specific projects already
|
# That ignore seems not to make sense - we only inject -strict based on specific projects already
|
||||||
Ignore: container-build-checks-strict
|
Ignore: container-build-checks-strict
|
||||||
Substitute: kiwi-image:docker python3-kiwi kiwi-systemdeps-containers container-build-checks-vendor-openSUSE
|
Substitute: kiwi-image:docker python3-kiwi kiwi-systemdeps-containers container-build-checks-vendor-SUSE
|
||||||
Substitute: system-packages:docker kmod kernel-default docker createrepo_c container-build-checks-vendor-openSUSE skopeo umoci
|
Substitute: system-packages:docker kmod kernel-default docker createrepo_c container-build-checks-vendor-SUSE skopeo umoci
|
||||||
Substitute: system-packages:podman podman buildah createrepo_c release-compare container-build-checks-vendor-openSUSE skopeo umoci
|
Substitute: system-packages:podman podman buildah createrepo_c release-compare container-build-checks-vendor-SUSE skopeo umoci
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:zSystems" || "%_project" == "openSUSE:Factory:LegacyX86"
|
%if "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:zSystems" || "%_project" == "openSUSE:Factory:LegacyX86"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user