Accepting request 1233594 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1233594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildkit?expand=0&rev=13
This commit is contained in:
commit
cc0c31e312
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/moby/buildkit.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildkit</param>
|
||||
<param name="version">v0.18.1</param>
|
||||
<param name="version">v0.18.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/moby/buildkit.git</param>
|
||||
<param name="changesrevision">55a7483b0564a7ad5b2ce5e62512789dce327bca</param>
|
||||
<param name="changesrevision">ee725f180339904cdac339a1f5c238501f8b0c93</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff411038b345e315bc7cc1ecdd661b3705f784ba5bc470da18c89f158a048b5e
|
||||
size 50394637
|
3
buildkit-0.18.2.obscpio
Normal file
3
buildkit-0.18.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54b80e8f7561c182d2dfa1bab8210acd4d68e3566cdbb6a6b4c9dbe7ed8debec
|
||||
size 50419213
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 07:45:52 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 0.18.2:
|
||||
* update archutil
|
||||
* solver: protect against nil dereference on uninitialized vertex
|
||||
* migrate to github.com/moby/sys/reexec
|
||||
* hack: remove loong64 validation in archutil
|
||||
* archutil: regenerate to fix loong64
|
||||
* fix: wcow: add powershell.exe dir to default PATH
|
||||
* dockerfile: fix named context replacement for child stages
|
||||
* dockerfile: fix onbuild propagation for child stages
|
||||
* build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0
|
||||
* dockerfile: add regression test for parallel cache mounts
|
||||
* Dockerfile: update runc binary to v1.2.3
|
||||
* update Alpine to v3.21
|
||||
* update xx to v1.6.1
|
||||
* vendor: github.com/docker/cli v27.4.0
|
||||
* vendor: github.com/docker/docker v27.4.0
|
||||
* tests: client: enable a batch of integration tests for wcow
|
||||
* llb: avoid concurrent map write on parallel marshal
|
||||
* tests: client: enable a batch of integration tests for wcow
|
||||
* dockerfile: add test for step names stability
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 07:21:58 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: buildkit
|
||||
version: 0.18.1
|
||||
mtime: 1733493959
|
||||
commit: 55a7483b0564a7ad5b2ce5e62512789dce327bca
|
||||
version: 0.18.2
|
||||
mtime: 1734736655
|
||||
commit: ee725f180339904cdac339a1f5c238501f8b0c93
|
||||
|
@ -23,7 +23,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
Name: buildkit
|
||||
Version: 0.18.1
|
||||
Version: 0.18.2
|
||||
Release: 0
|
||||
Summary: Toolkit for converting source code to build artifacts
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88e62f7fe13bfdfcf49387c396d07f16b8b74ee098531bf83eecc09797ae461d
|
||||
size 4827861
|
||||
oid sha256:508bffa98eefc6d94e1f4bb57453fd2593a0da787d5e19c9314358dda03b14d5
|
||||
size 4828535
|
||||
|
Loading…
Reference in New Issue
Block a user