Accepting request 1189199 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1189199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/container-build-checks?expand=0&rev=10
This commit is contained in:
commit
4581cefe77
@ -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">19092fede7268017cf1da000bfed8893ef07aab5</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.
3
container-build-checks-1721653643.19092fe.obscpio
Normal file
3
container-build-checks-1721653643.19092fe.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92b52584fd859f21a6bb04395a0e290e7e595670505f7c72e6c22f37befc086c
|
||||
size 70667
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: container-build-checks
|
||||
version: 1682595397.5ce6d2f
|
||||
mtime: 1682595397
|
||||
commit: 5ce6d2ffdcc3a95bc79b69d8d021c0b0bce41ad7
|
||||
version: 1721653643.19092fe
|
||||
mtime: 1721653643
|
||||
commit: 19092fede7268017cf1da000bfed8893ef07aab5
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user