Dominique Leuenberger 2024-07-24 13:33:12 +00:00 committed by Git OBS Bridge
commit 4581cefe77
8 changed files with 27 additions and 11 deletions

View File

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

View File

@ -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>

View File

@ -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">19092fede7268017cf1da000bfed8893ef07aab5</param></service></servicedata>

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92b52584fd859f21a6bb04395a0e290e7e595670505f7c72e6c22f37befc086c
size 70667

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>

View File

@ -1,4 +1,4 @@
name: container-build-checks
version: 1682595397.5ce6d2f
mtime: 1682595397
commit: 5ce6d2ffdcc3a95bc79b69d8d021c0b0bce41ad7
version: 1721653643.19092fe
mtime: 1721653643
commit: 19092fede7268017cf1da000bfed8893ef07aab5

View File

@ -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: 1721653643.19092fe
Release: 0
Summary: Scripts to validate built container images
License: GPL-2.0-or-later