Sync from SUSE:SLFO:Main container-build-checks revision 4a7b5fe094f844b24ef6cfdc6a3f5efa

This commit is contained in:
Adrian Schröter 2024-09-13 16:13:20 +02:00
parent a60d882ea8
commit 15725beea7
8 changed files with 34 additions and 11 deletions

View File

@ -1,3 +1,4 @@
[General] [General]
Vendor=com.suse Vendor=com.suse
Registry=registry.suse.com Registry=registry.suse.com
Registry+=dp.apps.rancher.io

View File

@ -1,10 +1,10 @@
<services> <services>
<service mode="disabled" name="obs_scm"> <service mode="manual" name="obs_scm">
<param name="url">https://github.com/openSUSE/container-build-checks.git</param> <param name="url">https://github.com/openSUSE/container-build-checks.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service mode="disabled" name="set_version" /> <service mode="manual" name="set_version" />
<service mode="buildtime" name="tar" /> <service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress"> <service mode="buildtime" name="recompress">
<param name="file">*.tar</param> <param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/openSUSE/container-build-checks.git</param> <param name="url">https://github.com/openSUSE/container-build-checks.git</param>
<param name="changesrevision">5ce6d2ffdcc3a95bc79b69d8d021c0b0bce41ad7</param></service></servicedata> <param name="changesrevision">412e7f60c08221a549b0f00dfcc4bee7694193ab</param></service></servicedata>

Binary file not shown.

BIN
container-build-checks-1723452932.412e7f6.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Aug 12 11:33:57 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Update to version 1723452932.412e7f6:
* add test for missing substitutions
* Reject labels that are missing a substitution
-------------------------------------------------------------------
Mon Jul 22 13:43:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update SUSE.conf: allow dp.rancher.apps.io
-------------------------------------------------------------------
Mon Jul 22 13:08:23 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Switch _service to mode="manual"
- Update to version 1721653643.19092fe:
* Use generic name for the python setup step
* Allow specifying more than one registry
* Use Pathlib for resolving containerinfo
* Switch to test Python 3.11
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 28 09:23:53 UTC 2023 - Fabian Vogt <fvogt@suse.com> Fri Apr 28 09:23:53 UTC 2023 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,4 +1,4 @@
name: container-build-checks name: container-build-checks
version: 1682595397.5ce6d2f version: 1723452932.412e7f6
mtime: 1682595397 mtime: 1723452932
commit: 5ce6d2ffdcc3a95bc79b69d8d021c0b0bce41ad7 commit: 412e7f60c08221a549b0f00dfcc4bee7694193ab

View File

@ -1,7 +1,7 @@
# #
# spec file for package container-build-checks # spec file for package container-build-checks
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: container-build-checks Name: container-build-checks
Version: 1682595397.5ce6d2f Version: 1723452932.412e7f6
Release: 0 Release: 0
Summary: Scripts to validate built container images Summary: Scripts to validate built container images
License: GPL-2.0-or-later License: GPL-2.0-or-later