Accepting request 1101740 from home:ojkastl_buildservice:Branch_Virtualization_containers
update to 0.10.0 OBS-URL: https://build.opensuse.org/request/show/1101740 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/apko?expand=0&rev=4
This commit is contained in:
parent
8b5fd3f06f
commit
4a46a0ae93
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/chainguard-dev/apko</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.9.0</param>
|
||||
<param name="revision">v0.10.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/chainguard-dev/apko</param>
|
||||
<param name="changesrevision">1e5f9dbfd40406c0219c30ffa9ee34007814a438</param></service></servicedata>
|
||||
<param name="changesrevision">764deeccdb363b11f02231a3fe457dc74fb2c644</param></service></servicedata>
|
3
apko-0.10.0.obscpio
Normal file
3
apko-0.10.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c54f4b5072d03b3d5fd10f9ad477581d7c0abd31b8ff3d191f8343711adf75d1
|
||||
size 1671180
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43f2c8c57580423a43e6817c7a7fd2a0548209b0c539a78beac6c34da3afd264
|
||||
size 1724940
|
33
apko.changes
33
apko.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 01 13:05:39 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.10.0:
|
||||
* fix --workdir
|
||||
* restore handling of packageTag CLI flags for publish
|
||||
* Remove sbom generator indirection
|
||||
* Split publishing and loading
|
||||
* Inline apk package (mostly) to use go-apk directly
|
||||
* Stop exposing build.Context fields
|
||||
* Add a test to catch SBOM changes
|
||||
* Remove WantSBOM and GenerateSBOM
|
||||
* Remove buildImplementation
|
||||
* Add a test to verify no output changes
|
||||
* Remove unused executor package
|
||||
* when setting SOURCE_DATE_EPOCH, ensure string is not blank
|
||||
* Pull in the latest changes to go-apk (#802)
|
||||
* Don't compute layer hash twice
|
||||
* bump go-apk
|
||||
* work with no cache when cache-dir is not set and HOME is not
|
||||
set
|
||||
* report error when cannot create apkimpl object
|
||||
* Bump lint
|
||||
* Fix race
|
||||
* Bump go to 1.20
|
||||
* Bump go-apk
|
||||
* Add 4MiB bufio for pgzip
|
||||
* Bump go-apk to pick up faster installs
|
||||
* Switch from pargzip to pgzip
|
||||
* Bump go-apk dep to pick up otel spans
|
||||
* Add otel spans
|
||||
- BuildRequire go1.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 03 06:12:20 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: apko
|
||||
version: 0.9.0
|
||||
mtime: 1688163885
|
||||
commit: 1e5f9dbfd40406c0219c30ffa9ee34007814a438
|
||||
version: 0.10.0
|
||||
mtime: 1690535140
|
||||
commit: 764deeccdb363b11f02231a3fe457dc74fb2c644
|
||||
|
@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: apko
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Build OCI images from APK packages directly without Dockerfile
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/chainguard-dev/apko
|
||||
Source: apko-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.19
|
||||
BuildRequires: go >= 1.20
|
||||
|
||||
%description
|
||||
Build and publish OCI container images built from apk packages.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c959910200007f26b38f352e08961795650a8e106da0ef1487548759840d50ca
|
||||
size 6964269
|
||||
oid sha256:3e0d8ac493254d944d8c8ec5e45a43aa0981d2af97e1656e198c12b871beda38
|
||||
size 7040009
|
||||
|
Loading…
x
Reference in New Issue
Block a user