Sync from SUSE:SLFO:Main container-build-checks revision 4a7b5fe094f844b24ef6cfdc6a3f5efa
This commit is contained in:
parent
a60d882ea8
commit
15725beea7
@ -1,3 +1,4 @@
|
||||
[General]
|
||||
Vendor=com.suse
|
||||
Registry=registry.suse.com
|
||||
Registry+=dp.apps.rancher.io
|
||||
|
4
_service
4
_service
@ -1,10 +1,10 @@
|
||||
<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="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="manual" name="set_version" />
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<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>
|
BIN
container-build-checks-1682595397.5ce6d2f.obscpio
(Stored with Git LFS)
BIN
container-build-checks-1682595397.5ce6d2f.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
container-build-checks-1723452932.412e7f6.obscpio
(Stored with Git LFS)
Normal file
BIN
container-build-checks-1723452932.412e7f6.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: container-build-checks
|
||||
version: 1682595397.5ce6d2f
|
||||
mtime: 1682595397
|
||||
commit: 5ce6d2ffdcc3a95bc79b69d8d021c0b0bce41ad7
|
||||
version: 1723452932.412e7f6
|
||||
mtime: 1723452932
|
||||
commit: 412e7f60c08221a549b0f00dfcc4bee7694193ab
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: container-build-checks
|
||||
Version: 1682595397.5ce6d2f
|
||||
Version: 1723452932.412e7f6
|
||||
Release: 0
|
||||
Summary: Scripts to validate built container images
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user