forked from pool/docker
- update to Docker 24.0.5-ce. See upstream changelong online at
<https://docs.docker.com/engine/release-notes/24.0/#2405>. bsc#1213229 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=393
This commit is contained in:
parent
c99b628711
commit
b00fbb945c
8
_service
8
_service
@ -3,16 +3,16 @@
|
||||
<param name="url">https://github.com/moby/moby.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">24.0.4_ce_%h</param>
|
||||
<param name="revision">v24.0.4</param>
|
||||
<param name="versionformat">24.0.5_ce_%h</param>
|
||||
<param name="revision">v24.0.5</param>
|
||||
<param name="filename">docker</param>
|
||||
</service>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/docker/cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">24.0.4_ce</param>
|
||||
<param name="revision">v24.0.4</param>
|
||||
<param name="versionformat">24.0.5_ce</param>
|
||||
<param name="revision">v24.0.5</param>
|
||||
<param name="filename">docker-cli</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3afe8f4cc394ae9450dc649cdc1512a431c5d4fc645d01ce4cc7be74e34a4161
|
||||
size 8785084
|
BIN
docker-24.0.5_ce_a61e2b4c9.tar.xz
(Stored with Git LFS)
Normal file
BIN
docker-24.0.5_ce_a61e2b4c9.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dcce35801136750e1815a689911b7363f518abe58c6c04d0839d2622bd31802
|
||||
size 3514396
|
BIN
docker-cli-24.0.5_ce.tar.xz
(Stored with Git LFS)
Normal file
BIN
docker-cli-24.0.5_ce.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 19:40:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to Docker 24.0.5-ce. See upstream changelong online at
|
||||
<https://docs.docker.com/engine/release-notes/24.0/#2405>. bsc#1213229
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 21:29:05 UTC 2023 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
@ -31,9 +31,9 @@
|
||||
# helpfully injects into our build environment from the changelog). If you want
|
||||
# to generate a new git_commit_epoch, use this:
|
||||
# $ date --date="$(git show --format=fuller --date=iso $COMMIT_ID | grep -oP '(?<=^CommitDate: ).*')" '+%s'
|
||||
%define real_version 24.0.4
|
||||
%define git_version 4ffc61430bbe
|
||||
%define git_commit_epoch 1688740946
|
||||
%define real_version 24.0.5
|
||||
%define git_version a61e2b4c9
|
||||
%define git_commit_epoch 1689962786
|
||||
|
||||
Name: docker
|
||||
Version: %{real_version}_ce
|
||||
|
Loading…
Reference in New Issue
Block a user