Skip to content

Commit

Permalink
Update 25 to 25.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Feb 1, 2024
1 parent 88d0078 commit 7597a6c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions 25/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 25/dind-rootless/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 25/dind/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 25/windows/windowsservercore-1809/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 25/windows/windowsservercore-ltsc2022/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,21 @@
"25": {
"arches": {
"amd64": {
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-25.0.1.tgz",
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-25.0.1.tgz"
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-25.0.2.tgz",
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-25.0.2.tgz"
},
"arm32v6": {
"dockerUrl": "https://download.docker.com/linux/static/stable/armel/docker-25.0.1.tgz"
"dockerUrl": "https://download.docker.com/linux/static/stable/armel/docker-25.0.2.tgz"
},
"arm32v7": {
"dockerUrl": "https://download.docker.com/linux/static/stable/armhf/docker-25.0.1.tgz"
"dockerUrl": "https://download.docker.com/linux/static/stable/armhf/docker-25.0.2.tgz"
},
"arm64v8": {
"dockerUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-25.0.1.tgz",
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-25.0.1.tgz"
"dockerUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-25.0.2.tgz",
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-25.0.2.tgz"
},
"windows-amd64": {
"dockerUrl": "https://download.docker.com/win/static/stable/x86_64/docker-25.0.1.zip"
"dockerUrl": "https://download.docker.com/win/static/stable/x86_64/docker-25.0.2.zip"
}
},
"buildx": {
Expand Down Expand Up @@ -280,7 +280,7 @@
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809"
],
"version": "25.0.1"
"version": "25.0.2"
},
"25-rc": null
}

3 comments on commit 7597a6c

@perlun
Copy link

@perlun perlun commented on 7597a6c Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tianon - this is not yet available on https://hub.docker.com/_/docker. Do we just need to give it some more time to run the CI jobs or has something gotten stuck?

@tianon
Copy link
Member

@tianon tianon commented on 7597a6c Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@perlun
Copy link

@perlun perlun commented on 7597a6c Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the docs link, and thanks for approving that PR. πŸ™‡ πŸ‘

Please sign in to comment.