Skip to content

Commit

Permalink
Pin Docker version to 27.5.1
Browse files Browse the repository at this point in the history
The latest Docker version 28.0.1 seems to no longer start properly on
GHA https://github.com/restatedev/restate/actions/runs/13562737120/job/37909085871#step:6:47
and https://github.com/restatedev/restate/actions/runs/13549192188/job/37868461603#step:6:47

This commit fixes the version to the last known working Docker version
27.5.1. We should revert this change once Docker releases a newer version
that is working again.
  • Loading branch information
tillrohrmann committed Feb 27, 2025
1 parent d83df0b commit 8809b79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Set up Docker containerd snapshotter
uses: crazy-max/ghaction-setup-docker@v3
with:
# Docker 28.0.1 seems to fail on GHA: https://github.com/restatedev/restate/actions/runs/13562737120/job/37909085871#step:6:47
# todo set to latest once new Docker version that is working on GHA is released
version: "27.5.1"
set-host: true
daemon-config: |
{
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Set up Docker containerd snapshotter
uses: crazy-max/ghaction-setup-docker@v3
with:
# Docker 28.0.1 seems to fail on GHA: https://github.com/restatedev/restate/actions/runs/13562737120/job/37909085871#step:6:47
# todo set to latest once new Docker version that is working on GHA is released
version: "27.5.1"
daemon-config: |
{
"features": {
Expand Down

0 comments on commit 8809b79

Please sign in to comment.