Skip to content

Commit

Permalink
Merge pull request #705 from SUSE/for-deploy-4
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP4
  • Loading branch information
dirkmueller authored Oct 13, 2023
2 parents db2a32a + 27e2b35 commit 2752a6f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ staging_build:
target_project: home:defolos:BCI:CR:SLE-15-SP4:Staging
- branch_package:
source_project: home:defolos:BCI:CR:SLE-15-SP4
source_package: sle15-kernel-module-toolkit
source_package: sle15-kernel-module-devel
target_project: home:defolos:BCI:CR:SLE-15-SP4:Staging
filters:
event: pull_request
Expand Down Expand Up @@ -61,7 +61,7 @@ refresh_devel_BCI:
package: busybox-image
- trigger_services:
project: devel:BCI:SLE-15-SP4
package: sle15-kernel-module-toolkit
package: sle15-kernel-module-devel
filters:
event: push
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
# You can contact the BCI team via https://github.com/SUSE/bci/discussions


#!BuildTag: bci/bci-sle15-kernel-module-toolkit:%OS_VERSION_ID_SP%
#!BuildTag: bci/bci-sle15-kernel-module-toolkit:%OS_VERSION_ID_SP%.%RELEASE%
#!BuildName: bci-bci-sle15-kernel-module-toolkit-%OS_VERSION_ID_SP%
#!BuildTag: bci/bci-sle15-kernel-module-devel:%OS_VERSION_ID_SP%
#!BuildTag: bci/bci-sle15-kernel-module-devel:%OS_VERSION_ID_SP%.%RELEASE%
#!BuildName: bci-bci-sle15-kernel-module-devel-%OS_VERSION_ID_SP%
#!BuildVersion: 15.4
FROM suse/sle15:15.4

MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.sle15-kernel-module-toolkit
LABEL org.opencontainers.image.title="SLE BCI SLE 15 Kernel Module Toolkit"
LABEL org.opencontainers.image.description="SLE 15 Kernel Module Toolkit container based on the SLE Base Container Image."
# labelprefix=com.suse.bci.sle15-kernel-module-devel
LABEL org.opencontainers.image.title="SLE BCI SLE 15 Kernel Module Development"
LABEL org.opencontainers.image.description="SLE 15 Kernel Module Development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.suse.com/bci/bci-sle15-kernel-module-toolkit:%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/bci-sle15-kernel-module-devel:%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.eula="sle-bci"
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions sle15-kernel-module-devel/sle15-kernel-module-devel.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Oct 12 13:58:03 UTC 2023 - SUSE Update Bot <[email protected]>

- First version of the SLE 15 Kernel Module Development BCI

This file was deleted.

0 comments on commit 2752a6f

Please sign in to comment.