Skip to content

Commit f563c42

Browse files
committed
Update docker in CI
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
1 parent 5751801 commit f563c42

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ jobs:
111111
- suite: other
112112
skip: Azlinux3|Bookworm|Bullseye|Bionic|Focal|Jammy|Noble|Windows|Almalinux8|Almalinux9|Rockylinux8|Rockylinux9|Trixie
113113

114-
# TODO: support diff/merge
115-
# Right now this is handled by the e2e suite, but we can migrate that here.
116114
steps:
117115
- name: Harden Runner
118116
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
@@ -127,6 +125,18 @@ jobs:
127125
- name: checkout
128126
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
129127

128+
- name: Update Docker
129+
run: |
130+
set -e
131+
docker version
132+
docker info
133+
134+
sudo apt update
135+
sudo apt install -y moby-engine=29.4.* moby-buildx=0.33.* moby-cli=29.4.* moby-containerd=2.3.*
136+
137+
docker version
138+
docker info
139+
130140
- uses: ./.github/actions/enable-containerd
131141

132142
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0

0 commit comments

Comments
 (0)