Accepting request 1096481 from home:ojkastl_buildservice:Branch_Virtualization_containers
update to 0.9.0 OBS-URL: https://build.opensuse.org/request/show/1096481 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/apko?expand=0&rev=3
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/chainguard-dev/apko</param>
|
<param name="url">https://github.com/chainguard-dev/apko</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.8.0</param>
|
<param name="revision">v0.9.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/chainguard-dev/apko</param>
|
<param name="url">https://github.com/chainguard-dev/apko</param>
|
||||||
<param name="changesrevision">cefa379823b5bf193f6a4e4b27f6ab1b29486878</param></service></servicedata>
|
<param name="changesrevision">1e5f9dbfd40406c0219c30ffa9ee34007814a438</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c01f2d1c658672fd39cd0d0658ced256e73f537191ffc11a5dbe0b22763a6813
|
|
||||||
size 1622540
|
|
3
apko-0.9.0.obscpio
Normal file
3
apko-0.9.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43f2c8c57580423a43e6817c7a7fd2a0548209b0c539a78beac6c34da3afd264
|
||||||
|
size 1724940
|
91
apko.changes
91
apko.changes
@@ -1,3 +1,94 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 03 06:12:20 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.9.0:
|
||||||
|
* add release notes for 0.9.0
|
||||||
|
* update go-apk component to 20230630 snapshot
|
||||||
|
* go mod tidy
|
||||||
|
* bump go-apk dep to stop fetching alpine keys all the time
|
||||||
|
* base ci tests on examples
|
||||||
|
* build(deps): bump github.com/sigstore/cosign/v2
|
||||||
|
* Always pass WithLogger first
|
||||||
|
* Always UTC time.Unix (#758)
|
||||||
|
* Pull in go-apk timestamp change (#757)
|
||||||
|
* Bump go-apk, deduplicate extras
|
||||||
|
* add annotations to index manifest
|
||||||
|
* add optional oci volumes field to resulting image config
|
||||||
|
* go-apk with support for pinned pre-existing as deps
|
||||||
|
* improved show-packages output
|
||||||
|
* build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#679)
|
||||||
|
* Address go vulnerabilities
|
||||||
|
* Pull in
|
||||||
|
https://gitlab.alpinelinux.org/alpine/go/-/merge_requests/25
|
||||||
|
(#742)
|
||||||
|
* Update go-apk to pull in Jon/Avi's changes (#746)
|
||||||
|
* build(deps): bump golangci/golangci-lint-action from 3.4.0 to
|
||||||
|
3.6.0 (#739)
|
||||||
|
* build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#740)
|
||||||
|
* build(deps): bump goreleaser/goreleaser-action from 4.2.0 to
|
||||||
|
4.3.0 (#741)
|
||||||
|
* build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0
|
||||||
|
(#734)
|
||||||
|
* build(deps): bump github/codeql-action from 2.3.2 to 2.20.0
|
||||||
|
(#745)
|
||||||
|
* bump go-apk to inherit increased debug logging
|
||||||
|
* Remove build implementation interface
|
||||||
|
* safe rename
|
||||||
|
* fix apk caching
|
||||||
|
* support for apk package caching
|
||||||
|
* restructure oci package
|
||||||
|
* unify publish and build commands
|
||||||
|
* avoid nil panic
|
||||||
|
* lint
|
||||||
|
* change how default envs are set
|
||||||
|
* Test PublishCmd
|
||||||
|
* Add a no-op test for PublishCmd
|
||||||
|
* Check that images have the correct layers
|
||||||
|
* Pass remoteOpts to publishIndex
|
||||||
|
* run tests with race detector
|
||||||
|
* Revert "Remove some more indirection"
|
||||||
|
* Revert "Finish the argument movement"
|
||||||
|
* fix: pass --extra-packages correctly
|
||||||
|
* extend summarize to provide the rest of the options
|
||||||
|
* Move default remote options out of library
|
||||||
|
* adds warning when etc/os-release is actually generated
|
||||||
|
* Finish the argument movement
|
||||||
|
* Remove some more indirection
|
||||||
|
* appease linter
|
||||||
|
* add --extra-packages, deprecate build options
|
||||||
|
* bump go-apk to fix infinite symlinks
|
||||||
|
* Stop using tarball.LayerFromFile
|
||||||
|
* Fix CI (#701)
|
||||||
|
* Remove indirection for apk implementation
|
||||||
|
* add option to change directory before executing
|
||||||
|
* use upstream go-apk tarball functionality
|
||||||
|
* Fix annotations.
|
||||||
|
* build(deps): bump github.com/stretchr/testify from 1.8.2 to
|
||||||
|
1.8.3
|
||||||
|
* build(deps): bump github.com/sirupsen/logrus from 1.9.0 to
|
||||||
|
1.9.2
|
||||||
|
* go-apk with proper error messages for arch with missing
|
||||||
|
APKINDEX
|
||||||
|
* Fix the error wrapper (#677)
|
||||||
|
* Fix stupid boolean logic bug (#678)
|
||||||
|
* Feature: Compute the default timestamp from installed APKs
|
||||||
|
(#675)
|
||||||
|
* Add test of determinism (#668)
|
||||||
|
* latest go-apk with consistent file ordering
|
||||||
|
* Fix: add timeouts to several actions legs. (#672)
|
||||||
|
* Fix: Explicitly default the `SourceDateEpoch` (#671)
|
||||||
|
* Cleanup: Make the Services type more concrete. (#664)
|
||||||
|
* Cleanup: Use a string alias instead of struct. (#663)
|
||||||
|
* bump go-apk to include world newline fix
|
||||||
|
* Update pkg/build/types/types.go
|
||||||
|
* document the fields in types/
|
||||||
|
* update go-apk to include race prevention
|
||||||
|
* build(deps): bump gitlab.alpinelinux.org/alpine/go
|
||||||
|
* use external apk-go library
|
||||||
|
* add hotfix for alpine-go
|
||||||
|
* apk: install: add support for replaces
|
||||||
|
* build(deps): bump github/codeql-action from 2.2.12 to 2.3.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 01 06:16:11 UTC 2023 - kastl@b1-systems.de
|
Mon May 01 06:16:11 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: apko
|
name: apko
|
||||||
version: 0.8.0
|
version: 0.9.0
|
||||||
mtime: 1682707639
|
mtime: 1688163885
|
||||||
commit: cefa379823b5bf193f6a4e4b27f6ab1b29486878
|
commit: 1e5f9dbfd40406c0219c30ffa9ee34007814a438
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: apko
|
Name: apko
|
||||||
Version: 0.8.0
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build OCI images from APK packages directly without Dockerfile
|
Summary: Build OCI images from APK packages directly without Dockerfile
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3eb44b3c7784234925686d43c0280b1909bb76382925db1286a4882d966f4d28
|
oid sha256:c959910200007f26b38f352e08961795650a8e106da0ef1487548759840d50ca
|
||||||
size 6849382
|
size 6964269
|
||||||
|
Reference in New Issue
Block a user