forked from pool/docker
Accepting request 1097634 from home:cyphar:docker
- Update to Docker 24.0.4-ce. See upstream changelog online at <https://docs.docker.com/engine/release-notes/24.0/#2404>. OBS-URL: https://build.opensuse.org/request/show/1097634 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=391
This commit is contained in:
parent
05940254ab
commit
b42e51bd45
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.3_ce_%h</param>
|
||||
<param name="revision">v24.0.3</param>
|
||||
<param name="versionformat">24.0.4_ce_%h</param>
|
||||
<param name="revision">v24.0.4</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.3_ce</param>
|
||||
<param name="revision">v24.0.3</param>
|
||||
<param name="versionformat">24.0.4_ce</param>
|
||||
<param name="revision">v24.0.4</param>
|
||||
<param name="filename">docker-cli</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb31d9740b81ef49cfc7ee39c29700e21049709eb13a26782abdb81f4e5c6388
|
||||
size 8785508
|
3
docker-24.0.4_ce_4ffc61430bbe.tar.xz
Normal file
3
docker-24.0.4_ce_4ffc61430bbe.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3afe8f4cc394ae9450dc649cdc1512a431c5d4fc645d01ce4cc7be74e34a4161
|
||||
size 8785084
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3048886d7d2aa51d890e188c79e23220fb8da00bba835c75f97eebb90ae2956b
|
||||
size 3513404
|
3
docker-cli-24.0.4_ce.tar.xz
Normal file
3
docker-cli-24.0.4_ce.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dcce35801136750e1815a689911b7363f518abe58c6c04d0839d2622bd31802
|
||||
size 3514396
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 21:29:05 UTC 2023 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to Docker 24.0.4-ce. See upstream changelog online at
|
||||
<https://docs.docker.com/engine/release-notes/24.0/#2404>.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 02:35:02 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.3
|
||||
%define git_version 1d9c8619cded
|
||||
%define git_commit_epoch 1688392545
|
||||
%define real_version 24.0.4
|
||||
%define git_version 4ffc61430bbe
|
||||
%define git_commit_epoch 1688740946
|
||||
|
||||
Name: docker
|
||||
Version: %{real_version}_ce
|
||||
|
Loading…
Reference in New Issue
Block a user