Accepting request 1100698 from Virtualization:containers

- 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/request/show/1100698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=136
This commit is contained in:
Ana Guerrero 2023-07-26 11:22:05 +00:00 committed by Git OBS Bridge
commit f19c554f4c
8 changed files with 245 additions and 307 deletions

View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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